[build][ci] update cache keys

This commit is contained in:
Salakar 2018-09-03 21:08:55 +01:00
parent 74b7a5b839
commit ffe0008c2e
1 changed files with 2 additions and 4 deletions

View File

@ -19,8 +19,7 @@ aliases:
- &save-pods-cache
paths:
- ~/react-native-firebase/tests/ios/Pods
keys:
- pods-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
key: pods-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
- &restore-pods-cache
keys:
@ -29,8 +28,7 @@ aliases:
- &save-ios-build-cache
paths:
- ~/react-native-firebase/tests/ios/build
keys:
- ios-build-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
key: ios-build-cache-{{ arch }}-{{ checksum "ios/RNFirebase.podspec" }}-{{ checksum "tests/ios/Podfile" }}-{{ checksum "tests/ios/Podfile.lock" }}
- &restore-ios-build-cache
keys: