Skip to content

Commit 6a38828

Browse files
committed
feat: cache money
1 parent 74f3e7f commit 6a38828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ jobs:
210210
source $BASH_ENV
211211
- restore_cache:
212212
keys:
213-
- v1-cli-repo-{{ env.CLI_COMMIT_HASH }}
213+
- v1-cli-repo-{{ .Environment.CLI_COMMIT_HASH }}
214214
- v1-cli-repo-
215215
- run:
216216
name: Build Snyk CLI with latest changes
217217
command: ./.circleci/build-cli.sh
218218
- save_cache:
219-
key: v1-cli-repo-{{ env.CLI_COMMIT_HASH }}
219+
key: v1-cli-repo-{{ .Environment.CLI_COMMIT_HASH }}
220220
paths:
221221
- ~/cli
222222
build_and_test_latest_go_binary:

0 commit comments

Comments
 (0)