mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
a0941a28f9
Signed-off-by: Knut Ahlers <knut@ahlers.me>
11 lines
143 B
YAML
11 lines
143 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/ots
|
|
|
|
commands:
|
|
- make publish
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|