Commit ecd4e6e

mo khan <mo@mokhan.ca>
2024-06-05 18:04:54
Use mage to build cli in CI
1 parent 438702b
Changed files (1)
.gitlab-ci.yml
@@ -14,7 +14,7 @@ go_build:
     - apk add --no-cache git
   script:
     - go install github.com/magefile/mage@latest
-    - go build -o stanuki cmd/stanuki/main.go
+    - mage build
 
 go_test:
   stage: test