We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0910ba commit 13edf06Copy full SHA for 13edf06
.circleci/config.yml
@@ -10,11 +10,11 @@ jobs:
10
<<: *defaults
11
steps:
12
- checkout
13
- - restore_cache:
14
- keys:
15
- - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16
- - v1-vue-{{ .Branch }}-
17
- - v1-vue-
+ # - restore_cache:
+ # keys:
+ # - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ # - v1-vue-{{ .Branch }}-
+ # - v1-vue-
18
- run: yarn
19
- save_cache:
20
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
0 commit comments