1
0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-09-20 01:22:58 +00:00
repo-template/.repo-runner.yaml
Knut Ahlers 27589fb2b3
Update repo-runner image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-11 23:44:19 +02:00

11 lines
153 B
YAML

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