1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/.repo-runner.yaml

15 lines
253 B
YAML
Raw Normal View History

---
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