1
0
Fork 0
mirror of https://github.com/Luzifer/preserve.git synced 2024-12-20 17:51:18 +00:00
preserve/.repo-runner.yaml

14 lines
214 B
YAML
Raw Normal View History

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