ots/.repo-runner.yaml
Knut Ahlers a0941a28f9
CI: Update build image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-13 00:15:45 +02:00

11 lines
143 B
YAML

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