File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2121
2222echo " Running build"
2323npm run build
24+
25+ echo " Pruning git to save space"
26+ git gc --prune=now
Original file line number Diff line number Diff line change @@ -298,13 +298,13 @@ jobs:
298298 echo $CLI_COMMIT_HASH >> /tmp/cli-version
299299 - restore_cache :
300300 keys :
301- - v1-cli-repo-{{ checksum "/tmp/cli-version" }}
302- - v1-cli-repo-
301+ - v1-cli-repo-g- {{ checksum "/tmp/cli-version" }}
302+ - v1-cli-repo-g-
303303 - run :
304304 name : Build Snyk CLI with latest changes
305305 command : ./.circleci/build-cli.sh
306306 - save_cache :
307- key : v1-cli-repo-{{ checksum "/tmp/cli-version" }}
307+ key : v1-cli-repo-g- {{ checksum "/tmp/cli-version" }}
308308 paths :
309309 - ~/cli
310310 build_and_test_latest_go_binary :
You can’t perform that action at this time.
0 commit comments