1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00

Add automatic build

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-28 15:53:34 +01:00
parent f893d50fe1
commit d7f9bf5874
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 15 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
nginx-sso
test.yaml

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/nginx-sso
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