1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/.repo-runner.yaml
Knut Ahlers fc54d1b3e0
Fix: Need to download submodules before packaging
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-09-22 17:42:13 +02:00

13 lines
236 B
YAML

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