mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
f38303d70d
Signed-off-by: Knut Ahlers <knut@ahlers.me>
14 lines
248 B
YAML
14 lines
248 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/ots
|
|
|
|
commands:
|
|
# Dependencies for downloading libraries
|
|
- apk add --update curl git make tar unzip
|
|
- make publish
|
|
|
|
environment:
|
|
DRAFT: "false"
|
|
CGO_ENABLED: 0
|