1
0
mirror of https://github.com/Luzifer/git-credential-vault.git synced 2024-09-19 08:02:57 +00:00
git-credential-vault/.repo-runner.yaml
Knut Ahlers 854aa81304
Add auto-build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-04-01 14:24:09 +02:00

13 lines
199 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/git-credential-vault
commands:
- make publish
environment:
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly