ots/.repo-runner.yaml
2021-09-07 15:36:13 +02:00

12 lines
160 B
YAML

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