Skip to content

Commit

Permalink
Bump yarn cache key version so that it uses the new disk layout we've…
Browse files Browse the repository at this point in the history
… adopted for using cimg/go. (#13420)
  • Loading branch information
ncabatoff committed Dec 14, 2021
1 parent eead155 commit b51c954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config/commands/@caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ restore_yarn_cache:
steps:
- restore_cache:
name: Restore yarn cache
key: &YARN_LOCK_CACHE_KEY yarn-lock-v6-{{ checksum "ui/yarn.lock" }}
key: &YARN_LOCK_CACHE_KEY yarn-lock-v7-{{ checksum "ui/yarn.lock" }}
save_yarn_cache:
steps:
- save_cache:
Expand Down

0 comments on commit b51c954

Please sign in to comment.