This repository was archived by the owner on Dec 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ aliases:
2020 - &save-pods-cache
2121 paths :
2222 - ~/react-native-firebase/tests/ios/Pods
23- - ~/.cocoapods/repos/master
24- key : v1-pods-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
23+ key : v2-pods-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
2524
2625 - &restore-pods-cache
2726 keys :
28- - v1 -pods-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
29- - v1 -pods-cache-{{ arch }}
27+ - v2 -pods-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
28+ - v2 -pods-cache-{{ arch }}
3029
3130 - &save-ios-build-cache
3231 paths :
@@ -193,9 +192,8 @@ jobs:
193192 name : Install CocoaPods + Pod Install
194193 command : |
195194 cd tests/ios
196- pod repo update
195+ curl https://cocoapods-specs.circleci.com/fetch-cocoapods- repo-from-s3.sh | bash -s cf
197196 pod install
198- # curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
199197 - save-cache : *save-pods-cache
200198
201199 # must always be after environment config job but before ios build
You can’t perform that action at this time.
0 commit comments