File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737 key : yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
3838 - run :
3939 name : Yarn Install
40- command : yarn install --non-interactive --cache-folder ~/.cache /yarn
40+ command : yarn install --non-interactive --cache-folder /tmp /yarn
4141 - save_cache :
4242 paths :
43- - ~/.cache /yarn
43+ - /tmp /yarn
4444 key : yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
4545 - run :
4646 name : Add Github to known hosts
@@ -71,4 +71,4 @@ workflows:
7171 requires : [pack]
7272 filters :
7373 branches :
74- only : master
74+ only : master
Original file line number Diff line number Diff line change 1212 - yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
1313 - run :
1414 name : Yarn Install
15- command : yarn install --frozen-lockfile --non-interactive --cache-folder ~/.cache /yarn
15+ command : yarn install --frozen-lockfile --non-interactive --cache-folder /tmp /yarn
1616 - save_cache :
1717 paths :
18- - ~/.cache /yarn
18+ - /tmp /yarn
1919 key : |
2020 yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
You can’t perform that action at this time.
0 commit comments