1
0
Fork 0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-11-08 14:10:05 +00:00

Switch to Github publishing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-12-08 12:58:02 +01:00
parent a3b5db3c85
commit ef5bc59525
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 14 additions and 7 deletions

View file

@ -1,7 +0,0 @@
---
build_matrix:
general:
ldflags:
- "-X main.version $(git describe --tags)"
artifacts:
templates: templates

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/cloudkeys-go
commands:
- make publish
environment:
CGO_ENABLED: 0

View file

@ -21,3 +21,7 @@ bindata.go: gen_css gen_js
$(GOPATH)/bin/godep:
go get github.com/tools/godep
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh