mirror of
https://github.com/Luzifer/vault2env.git
synced 2024-11-09 08:40:06 +00:00
Knut Ahlers
e16c0b1650
Squashed commit of the following: commit a3551c66844d738ebcb18a43aac0d5f0d2715bc7 Author: Knut Ahlers <knut@ahlers.me> Date: Sun Oct 18 14:34:57 2020 +0200 Update repo-runner config Signed-off-by: Knut Ahlers <knut@ahlers.me> commit 14fc9758af2430b682ed92be2f07d4a22b682c92 Author: Knut Ahlers <knut@ahlers.me> Date: Sun Oct 18 14:33:57 2020 +0200 Add go modules support Signed-off-by: Knut Ahlers <knut@ahlers.me> commit 470a445ff7a9cbaa32cfdcc3440050e407e59e1e Author: Knut Ahlers <knut@ahlers.me> Date: Sun Oct 18 14:33:39 2020 +0200 Remove old Gopkg dep management Signed-off-by: Knut Ahlers <knut@ahlers.me> commit d6f31b6d845aa26f860552bd7501f4f0f844f38b Author: Knut Ahlers <knut@ahlers.me> Date: Sun Oct 18 14:25:49 2020 +0200 Remove vendored libs Signed-off-by: Knut Ahlers <knut@ahlers.me> Signed-off-by: Knut Ahlers <knut@ahlers.me>
11 lines
167 B
YAML
11 lines
167 B
YAML
---
|
|
|
|
image: "reporunner/golang-alpine"
|
|
checkout_dir: /go/src/github.com/Luzifer/vault2env
|
|
|
|
commands:
|
|
- make publish
|
|
|
|
environment:
|
|
CGO_ENABLED: 0
|
|
GO111MODULE: on
|