mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 10:12:35 +00:00
Bump yarn cache key version so that it uses the new disk layout we've adopted for using cimg/go. (#13420)
This commit is contained in:
8
.circleci/config.yml
generated
8
.circleci/config.yml
generated
@@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: yarn-lock-v6-{{ checksum "ui/yarn.lock" }}
|
||||
key: yarn-lock-v7-{{ checksum "ui/yarn.lock" }}
|
||||
name: Restore yarn cache
|
||||
- run:
|
||||
command: |
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
npm rebuild node-sass
|
||||
name: Install UI dependencies
|
||||
- save_cache:
|
||||
key: yarn-lock-v6-{{ checksum "ui/yarn.lock" }}
|
||||
key: yarn-lock-v7-{{ checksum "ui/yarn.lock" }}
|
||||
name: Save yarn cache
|
||||
paths:
|
||||
- ui/node_modules
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
working_directory: ~/
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: yarn-lock-v6-{{ checksum "ui/yarn.lock" }}
|
||||
key: yarn-lock-v7-{{ checksum "ui/yarn.lock" }}
|
||||
name: Restore yarn cache
|
||||
- attach_workspace:
|
||||
at: .
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: yarn-lock-v6-{{ checksum "ui/yarn.lock" }}
|
||||
key: yarn-lock-v7-{{ checksum "ui/yarn.lock" }}
|
||||
name: Restore yarn cache
|
||||
- attach_workspace:
|
||||
at: .
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user