Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 4afed7f

Browse files
committed
misc build
1 parent dadcacf commit 4afed7f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)