1
0
Fork 0
mirror of https://github.com/Luzifer/gcr-clean.git synced 2024-10-18 05:04:21 +00:00
gcr-clean/.repo-runner.yaml
Knut Ahlers d99a3fd1f9
Add META
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-02-04 16:04:34 +01:00

11 lines
170 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/gcr-clean
commands:
- make publish
environment:
CGO_ENABLED: 0
GO111MODULE: "off"