Skip to content

Commit

Permalink
fix: Remove Deprecated CircleCI Spec Repo Cache (react-native-communi…
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGuy authored Mar 18, 2021
1 parent 447d08c commit f45fcfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/pod_install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: install pods, use CircleCI cache to fetch CocoaPods specs
description: install pods

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

0 comments on commit f45fcfe

Please sign in to comment.