We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc22d99 commit 5c3156bCopy full SHA for 5c3156b
.circleci/config.yml
@@ -10,14 +10,14 @@ defaults: &defaults
10
BUNDLE_PATH: vendor/bundle
11
12
references:
13
- repo_cache_key: &repo_cache_key v1-repo-{{ .Branch }}-{{ .Revision }}
+ repo_cache_key: &repo_cache_key v2-repo-{{ .Branch }}-{{ .Revision }}
14
15
restore_repo: &restore_repo
16
restore_cache:
17
keys:
18
- *repo_cache_key
19
- - v1-repo-{{ .Branch }}
20
- - v1-repo
+ - v2-repo-{{ .Branch }}
+ - v2-repo
21
22
pods_cache_key: &pods_cache_key v3-dependency-pods-{{ checksum "~/amplify-ios/Podfile" }}
23
0 commit comments