1
0
mirror of https://github.com/Luzifer/slugify.git synced 2024-09-20 09:32:59 +00:00
slugify/.repo-runner.yaml

14 lines
203 B
YAML
Raw Permalink Normal View History

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