Skip to content

Commit 5c3156b

Browse files
authored
ci: invalidate repo cache (#710)
1 parent dc22d99 commit 5c3156b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ defaults: &defaults
1010
BUNDLE_PATH: vendor/bundle
1111

1212
references:
13-
repo_cache_key: &repo_cache_key v1-repo-{{ .Branch }}-{{ .Revision }}
13+
repo_cache_key: &repo_cache_key v2-repo-{{ .Branch }}-{{ .Revision }}
1414

1515
restore_repo: &restore_repo
1616
restore_cache:
1717
keys:
1818
- *repo_cache_key
19-
- v1-repo-{{ .Branch }}
20-
- v1-repo
19+
- v2-repo-{{ .Branch }}
20+
- v2-repo
2121

2222
pods_cache_key: &pods_cache_key v3-dependency-pods-{{ checksum "~/amplify-ios/Podfile" }}
2323

0 commit comments

Comments
 (0)