1
0
mirror of https://github.com/Luzifer/wiki.git synced 2024-09-19 15:43:00 +00:00
wiki/.repo-runner.yaml
Knut Ahlers e2f3ac3984
Add build files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-08-07 07:40:07 +02:00

13 lines
183 B
YAML

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