diff options
| author | mo khan <mo@mokhan.ca> | 2024-06-05 12:01:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-06-05 12:01:26 -0600 |
| commit | 6d22307083eb291fe17c77d6dab63f924bf2ba28 (patch) | |
| tree | fb49b33036143ef8011f044a889d6beb9abd49b4 /.gitlab-ci.yml | |
| parent | 9af47f2e4fc60a12335bf500a8e970b2be28db0a (diff) | |
Install mage in CI
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a18376..67cb365 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ go_build: before_script: - apk add --no-cache git script: + - go install github.com/magefile/mage@latest - go build -o stanuki cmd/stanuki/main.go go_test: |
