1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 14:14:20 +00:00
git-changerelease/.repo-runner.yaml
Knut Ahlers 6e51d15f8d
Execute integration tests in CI
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-05-31 15:16:02 +02:00

10 lines
178 B
YAML

---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/git-changerelease
commands:
- make integration publish
environment:
CGO_ENABLED: 0