1
0
mirror of https://github.com/Luzifer/gen-dockerfile.git synced 2024-09-19 16:32:57 +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

12 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