File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 30
30
condition : <<parameters.homebrew_cache>>
31
31
steps :
32
32
- restore_cache :
33
- key : |
34
- brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
33
+ key : brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
35
34
36
35
- run :
37
36
name : Install node@<<parameters.node_version>>
72
71
- save_cache :
73
72
paths :
74
73
- ~/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 47
47
- save_cache :
48
48
paths :
49
49
- <<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