File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments