1
0
mirror of https://github.com/Luzifer/clean-github-branches.git synced 2024-09-16 13:58:25 +00:00
clean-github-branches/.repo-runner.yaml
Knut Ahlers 8b306e5fa5
Add automated building
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-07 11:41:00 +02:00

11 lines
161 B
YAML

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