13 lines
248 B
YAML
13 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
|