We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d2cf6c + d4260bb commit 659594fCopy full SHA for 659594f
src/commands/yarn_install.yml
@@ -47,5 +47,4 @@ steps:
47
- save_cache:
48
paths:
49
- <<parameters.cache_folder>>
50
- key: |
51
- yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
+ key: yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
0 commit comments