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:
parent
a3b5db3c85
commit
ef5bc59525
3 changed files with 14 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
build_matrix:
|
|
||||||
general:
|
|
||||||
ldflags:
|
|
||||||
- "-X main.version $(git describe --tags)"
|
|
||||||
artifacts:
|
|
||||||
templates: templates
|
|
10
.repo-runner.yaml
Normal file
10
.repo-runner.yaml
Normal 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
|
4
Makefile
4
Makefile
|
@ -21,3 +21,7 @@ bindata.go: gen_css gen_js
|
||||||
|
|
||||||
$(GOPATH)/bin/godep:
|
$(GOPATH)/bin/godep:
|
||||||
go get github.com/tools/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
|
||||||
|
|
Loading…
Reference in a new issue