1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 10:22:56 +00:00
password/.repo-runner.yaml
Knut Ahlers 30cc6d98f8
Update build setup
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-06-27 21:43:23 +02:00

15 lines
253 B
YAML

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