2017-05-04 10:25:26 +00:00
|
|
|
---
|
|
|
|
|
2018-05-27 08:38:40 +00:00
|
|
|
image: "reporunner/golang-alpine"
|
2017-05-04 10:25:26 +00:00
|
|
|
checkout_dir: /go/src/github.com/Luzifer/vault-openvpn
|
|
|
|
|
|
|
|
commands:
|
|
|
|
- make publish
|
|
|
|
|
|
|
|
environment:
|
|
|
|
CGO_ENABLED: 0
|
2019-02-14 21:51:41 +00:00
|
|
|
GO111MODULE: off
|