1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-16 16:08:27 +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

11 lines
153 B
YAML

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