1
0
Fork 0
mirror of https://github.com/Luzifer/gen-dockerfile.git synced 2024-11-08 15:10:09 +00:00
gen-dockerfile/.repo-runner.yaml
Knut Ahlers 599bb8caf3
Add go modules support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-09-12 08:33:40 +02:00

11 lines
173 B
YAML

---
image: reporunner/golang-alpine
checkout_dir: /go/src/github.com/Luzifer/gen-dockerfile
commands:
- make publish
environment:
CGO_ENABLED: 0
MOD_MODE: readonly