1
0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-09-16 13:58:25 +00:00
cam2mjpeg/.repo-runner.yaml
Knut Ahlers 59ea6c96e6
Fix: Use correct value for setting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-02-10 01:14:33 +01:00

12 lines
168 B
YAML

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