1
0
mirror of https://github.com/Luzifer/github2gitea.git synced 2024-09-19 00:12:59 +00:00
github2gitea/.repo-runner.yaml
Knut Ahlers 242f435150
Fix fucked up build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-27 19:39:10 +02:00

12 lines
170 B
YAML

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