Skip to content

Commit

Permalink
ci: bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 10, 2018
1 parent e8815ca commit 9ca73cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-vue-{{ .Branch }}-
- v1-vue-
- v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-vue-cli-{{ .Branch }}-
- v1-vue-cli
- run: yarn
- save_cache:
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules/
- ~/.cache
Expand Down

0 comments on commit 9ca73cc

Please sign in to comment.