1
0
mirror of https://github.com/Luzifer/scs-extract.git synced 2024-09-16 14:28:24 +00:00
scs-extract/.repo-runner.yaml
Knut Ahlers 99fd7e163d
Add automated publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-10-23 20:20:34 +02:00

13 lines
190 B
YAML

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