Skip to content

Commit 13edf06

Browse files
committed
ci: clean cache
1 parent f0910ba commit 13edf06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
<<: *defaults
1111
steps:
1212
- checkout
13-
- restore_cache:
14-
keys:
15-
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16-
- v1-vue-{{ .Branch }}-
17-
- v1-vue-
13+
# - restore_cache:
14+
# keys:
15+
# - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16+
# - v1-vue-{{ .Branch }}-
17+
# - v1-vue-
1818
- run: yarn
1919
- save_cache:
2020
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}

0 commit comments

Comments
 (0)