Skip to content

Commit 9a896b8

Browse files
committed
fix ci
1 parent ffb8aae commit 9a896b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- restore_cache:
6969
keys:
7070
- v1-go-src-{{ .Branch }}-{{ .Revision }}
71-
- run: bash scripts/build_cli.sh
71+
- run: make build
7272
- store_artifacts:
7373
path: bin
7474
destination: /

0 commit comments

Comments
 (0)