1
0
Fork 0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-11-08 21:50:04 +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

11 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