mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-09 16:10:01 +00:00
11 lines
232 B
YAML
11 lines
232 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/mondash
|
|
|
|
commands:
|
|
- make publish
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|
|
PACKAGES: github.com/Luzifer/mondash github.com/Luzifer/mondash/cmd/mondash-nagios
|