Skip to content

Commit f45fcfe

Browse files
authored
fix: Remove Deprecated CircleCI Spec Repo Cache (#82 by @BytesGuy)
1 parent 447d08c commit f45fcfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/pod_install.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: install pods, use CircleCI cache to fetch CocoaPods specs
1+
description: install pods
22

33
# note: do not use the --project-directory pod param because many example
44
# projects in the rn community repos rely on pod install to be run from ios directory
@@ -17,7 +17,6 @@ steps:
1717
- run:
1818
name: Install CocoaPods
1919
command: |
20-
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
2120
cd <<parameters.pod_install_directory>> && pod install && cd -
2221
- save_cache:
2322
paths:

0 commit comments

Comments
 (0)