Skip to content

Commit 74f3e7f

Browse files
committed
feat: cache money
1 parent 265d999 commit 74f3e7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,11 @@ jobs:
207207
command: |
208208
CLI_COMMIT_HASH=$(git ls-remote https://github.com/snyk/cli.git main | cut -f1)
209209
echo "export CLI_COMMIT_HASH=$CLI_COMMIT_HASH" >> $BASH_ENV
210+
source $BASH_ENV
210211
- restore_cache:
211212
keys:
212213
- v1-cli-repo-{{ env.CLI_COMMIT_HASH }}
214+
- v1-cli-repo-
213215
- run:
214216
name: Build Snyk CLI with latest changes
215217
command: ./.circleci/build-cli.sh

0 commit comments

Comments
 (0)