1
0
mirror of https://github.com/Luzifer/mqttcli.git synced 2024-09-19 16:02:58 +00:00
mqttcli/.repo-runner.yaml
Knut Ahlers e27424aa27
CI: Tidy mod-file, auto-publish releases
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-02-07 13:45:03 +01:00

13 lines
182 B
YAML

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