discord-community/.repo-runner.yaml
Knut Ahlers fbc48b9a5f
Add building / meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-07-31 20:20:44 +02:00

14 lines
223 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/discord-community
commands:
- make lint test publish
environment:
DRAFT: "false"
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly