1
0
mirror of https://github.com/Luzifer/gpxhydrant.git synced 2024-09-19 17:12:56 +00:00
gpxhydrant/.repo-runner.yaml
Knut Ahlers 2cde88f5f1
Add automated Github publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-05-19 23:57:05 +02:00

11 lines
150 B
YAML

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