Skip to content

Commit 4021744

Browse files
committed
fix: bust circle cache
1 parent 78972b8 commit 4021744

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
@@ -9,8 +9,8 @@ jobs:
99
- checkout
1010
- restore_cache: &restore_cache
1111
keys:
12-
- v1-npm-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
13-
- v1-npm-{{checksum ".circleci/config.yml"}}
12+
- v2-npm-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
13+
- v2-npm-{{checksum ".circleci/config.yml"}}
1414
- run:
1515
name: Install dependencies
1616
command: .circleci/greenkeeper
@@ -44,7 +44,7 @@ jobs:
4444
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
4545
semantic-release -e @oclif/semantic-release
4646
- save_cache:
47-
key: v1-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
47+
key: v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
4848
paths:
4949
- ~/cli/node_modules
5050
- /usr/local/share/.cache/yarn

0 commit comments

Comments
 (0)