1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/.repo-runner.yaml
Knut Ahlers f54a262ded
Include workflow building into build process
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-09-22 16:25:25 +02:00

11 lines
192 B
YAML

---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/password
commands:
- apk --update add zip
- make publish workflow
environment:
CGO_ENABLED: 0