Skip to content

Commit 9b073f8

Browse files
committed
ci: fix config format
1 parent eeb1491 commit 9b073f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
- run: yarn lint-without-fix
5454
- run: yarn check-links
5555
- restore_cache:
56-
keys:
57-
# TODO: should use a more accurate cache key
58-
- v2-vue-cli-offline-{{ .Branch }}-{{ checksum "yarn.lock" }}
56+
keys:
57+
# TODO: should use a more accurate cache key
58+
- v2-vue-cli-offline-{{ .Branch }}-{{ checksum "yarn.lock" }}
5959
- run: yarn config set yarn-offline-mirror ~/npm-packages-offline-cache
6060
- run: yarn test -p cli-service-global,eslint,pwa,babel,babel-preset-app,vuex,router
6161
- save_cache:
62-
key: v2-vue-cli-offline-{{ .Branch }}-{{ checksum "yarn.lock" }}
63-
paths:
64-
- ~/npm-packages-offline-cache
62+
key: v2-vue-cli-offline-{{ .Branch }}-{{ checksum "yarn.lock" }}
63+
paths:
64+
- ~/npm-packages-offline-cache
6565

6666
group-4:
6767
<<: *defaults

0 commit comments

Comments
 (0)