We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447d08c commit f45fcfeCopy full SHA for f45fcfe
src/commands/pod_install.yml
@@ -1,4 +1,4 @@
1
-description: install pods, use CircleCI cache to fetch CocoaPods specs
+description: install pods
2
3
# note: do not use the --project-directory pod param because many example
4
# projects in the rn community repos rely on pod install to be run from ios directory
@@ -17,7 +17,6 @@ steps:
17
- run:
18
name: Install CocoaPods
19
command: |
20
- curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
21
cd <<parameters.pod_install_directory>> && pod install && cd -
22
- save_cache:
23
paths:
0 commit comments