Skip to content

Commit

Permalink
📝 on Pods directory in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpedersen42 committed Sep 9, 2020
1 parent 5ace4f5 commit 8033977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
- restore_cache:
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}

#Pods directory is ignored to match default RN setup, but can also check them into source control
#https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
- restore_cache:
key: pods-v1-{{ checksum "ios/Podfile.lock" }}-{{ arch }}

Expand All @@ -91,7 +93,7 @@ jobs:
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}
paths:
- vendor/bundle

- save_cache:
key: pods-v1-{{ checksum "ios/Podfile.lock" }}-{{ arch }}
paths:
Expand Down

0 comments on commit 8033977

Please sign in to comment.