ots/.repo-runner.yaml

14 lines
248 B
YAML
Raw Normal View History

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/ots
commands:
# Dependencies for downloading libraries
- apk add --update curl git make tar unzip
- make publish
environment:
2021-09-07 13:36:13 +00:00
DRAFT: "false"
CGO_ENABLED: 0