1
0
Fork 0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-11-08 16:00:08 +00:00
promcertcheck/.repo-runner.yaml
Knut Ahlers dd7d942f30
Replace repo-runner image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-04 11:24:52 +02:00

10 lines
153 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/promcertcheck
commands:
- make publish
environment:
CGO_ENABLED: 0