1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
nginx-sso/.repo-runner.yaml
Knut Ahlers 9a5aa86b1b
[ci] Fix missing utils
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-21 01:01:31 +01:00

11 lines
176 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/nginx-sso
commands:
- apk --no-cache add zip
- make publish
environment:
CGO_ENABLED: 0