We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f3e7f commit 6a38828Copy full SHA for 6a38828
1 file changed
.circleci/config.yml
@@ -210,13 +210,13 @@ jobs:
210
source $BASH_ENV
211
- restore_cache:
212
keys:
213
- - v1-cli-repo-{{ env.CLI_COMMIT_HASH }}
+ - v1-cli-repo-{{ .Environment.CLI_COMMIT_HASH }}
214
- v1-cli-repo-
215
- run:
216
name: Build Snyk CLI with latest changes
217
command: ./.circleci/build-cli.sh
218
- save_cache:
219
- key: v1-cli-repo-{{ env.CLI_COMMIT_HASH }}
+ key: v1-cli-repo-{{ .Environment.CLI_COMMIT_HASH }}
220
paths:
221
- ~/cli
222
build_and_test_latest_go_binary:
0 commit comments