We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265d999 commit 74f3e7fCopy full SHA for 74f3e7f
1 file changed
.circleci/config.yml
@@ -207,9 +207,11 @@ jobs:
207
command: |
208
CLI_COMMIT_HASH=$(git ls-remote https://github.com/snyk/cli.git main | cut -f1)
209
echo "export CLI_COMMIT_HASH=$CLI_COMMIT_HASH" >> $BASH_ENV
210
+ source $BASH_ENV
211
- restore_cache:
212
keys:
213
- v1-cli-repo-{{ env.CLI_COMMIT_HASH }}
214
+ - v1-cli-repo-
215
- run:
216
name: Build Snyk CLI with latest changes
217
command: ./.circleci/build-cli.sh
0 commit comments