File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3030 condition : <<parameters.homebrew_cache>>
3131 steps :
3232 - restore_cache :
33- key : |
34- brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
33+ key : brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
3534
3635 - run :
3736 name : Install node@<<parameters.node_version>>
7271 - save_cache :
7372 paths :
7473 - ~/Library/Caches/Homebrew
75- key : |
76- brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
74+ key : brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
Original file line number Diff line number Diff line change 4747 - save_cache :
4848 paths :
4949 - <<parameters.cache_folder>>
50- key : |
51- yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
50+ key : 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