1
0
mirror of https://github.com/Luzifer/envrun.git synced 2024-09-19 15:42:58 +00:00

Add Gtihub publishing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-03-21 14:56:38 +01:00
parent 29a514441f
commit 5ad23dcb8f
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/envrun
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