This commit is contained in:
parent
ae35d9ab41
commit
a369f65cba
@ -11,6 +11,7 @@ steps:
|
|||||||
- name: lint
|
- name: lint
|
||||||
image: golangci/golangci-lint:latest
|
image: golangci/golangci-lint:latest
|
||||||
commands:
|
commands:
|
||||||
|
- make install-tools
|
||||||
- make lint
|
- make lint
|
||||||
depends_on:
|
depends_on:
|
||||||
- tags
|
- tags
|
||||||
@ -25,7 +26,6 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: goreleaser/goreleaser:v0.162.0
|
image: goreleaser/goreleaser:v0.162.0
|
||||||
commands:
|
commands:
|
||||||
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
|
|
||||||
- make build
|
- make build
|
||||||
depends_on:
|
depends_on:
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user