Skip to content

Commit 24f9dd5

Browse files
committed
fix: bust circle cache
1 parent 3b79950 commit 24f9dd5

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

0 commit comments

Comments
 (0)