1
0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-09-20 09:32:58 +00:00
repo-template/.repo-runner.yaml

11 lines
153 B
YAML
Raw Normal View History

2018-02-07 09:06:24 +00:00
---
image: "reporunner/golang-alpine"
2018-02-07 09:06:24 +00:00
checkout_dir: /go/src/github.com/Luzifer/repo-template
commands:
- make publish
environment:
CGO_ENABLED: 0