1
0
Fork 0
mirror of https://github.com/Luzifer/staticmap.git synced 2024-10-18 07:34:23 +00:00
staticmap/.repo-runner.yaml
Knut Ahlers 9a7a0ec7c9
Update reporunner image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-17 15:01:13 +02:00

10 lines
149 B
YAML

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