1
0
Fork 0
mirror of https://github.com/Luzifer/gziphttp.git synced 2024-12-21 03:31:16 +00:00
gziphttp/.repo-runner.yaml
Knut Ahlers 08830d9c9f
Add automated build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-09-03 11:09:15 +02:00

14 lines
192 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/gziphttp
commands:
- make publish
environment:
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly
...