Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 3e7dbf8

Browse files
committed
new cache variables
1 parent 4dd0d0e commit 3e7dbf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
- checkout
1010
- restore_cache:
1111
keys:
12-
- v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{checksum "yarn.lock"}}
13-
- v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-
14-
- v0-yarn-{{ .Environment.CIRCLE_JOB }}-master
12+
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{checksum "yarn.lock"}}
13+
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}
14+
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ .Environment.CIRCLE_JOB }}-master
1515
- run: ./scripts/ci_run
1616
- save_cache:
17-
key: v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{checksum "yarn.lock"}}
17+
key: v0-yarn-{{checksum ".circleci/config.yml"}}-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{checksum "yarn.lock"}}
1818
paths:
1919
- /cli/node_modules
2020
- /usr/local/share/.cache/yarn

0 commit comments

Comments
 (0)