1
0
Fork 0
mirror of https://github.com/Luzifer/waitfor.git synced 2024-10-18 05:14:23 +00:00
waitfor/.repo-runner.yaml
Knut Ahlers 31116682dd
Add auto-build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-10-18 23:22:17 +02:00

10 lines
147 B
YAML

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