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 a4a3a83f40
Fix: Adjust to new build script
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-14 00:28:45 +02:00

14 lines
254 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/password
commands:
- make publish
environment:
CGO_ENABLED: 0
GHUSER: Luzifer
GO111MODULE: on
PACKAGES: github.com/Luzifer/password/cmd/password
REPO: password