1
0
Fork 0
mirror of https://github.com/Luzifer/vault-user-token.git synced 2024-10-18 08:04:21 +00:00

Add build env

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-04-23 20:02:32 +02:00
parent e725047ff8
commit 195a03165e
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 13 additions and 0 deletions

10
.repo-runner.yaml Normal file
View file

@ -0,0 +1,10 @@
---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/vault-user-token
commands:
- make publish
environment:
CGO_ENABLED: 0

3
Makefile Normal file
View file

@ -0,0 +1,3 @@
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh