1
0
mirror of https://github.com/Luzifer/github2gitea.git synced 2024-09-19 08:23:00 +00:00
github2gitea/.repo-runner.yaml

12 lines
170 B
YAML
Raw Permalink Normal View History

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