We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb8aae commit 9a896b8Copy full SHA for 9a896b8
1 file changed
.circleci/config.yml
@@ -68,7 +68,7 @@ jobs:
68
- restore_cache:
69
keys:
70
- v1-go-src-{{ .Branch }}-{{ .Revision }}
71
- - run: bash scripts/build_cli.sh
+ - run: make build
72
- store_artifacts:
73
path: bin
74
destination: /
0 commit comments