mirror of
https://github.com/Luzifer/waitfor.git
synced 2024-12-21 02:41:20 +00:00
11 lines
147 B
YAML
11 lines
147 B
YAML
|
---
|
||
|
|
||
|
image: "reporunner/golang-alpine"
|
||
|
checkout_dir: /go/src/github.com/Luzifer/waitfor
|
||
|
|
||
|
commands:
|
||
|
- make publish
|
||
|
|
||
|
environment:
|
||
|
CGO_ENABLED: 0
|