ignore static.go
This commit is contained in:
parent
a325dbeddd
commit
1aa80b71e6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pipeline:
|
||||||
- dep ensure
|
- dep ensure
|
||||||
- go generate
|
- go generate
|
||||||
- gometalinter --install
|
- gometalinter --install
|
||||||
- gometalinter --skip static.go --vendor ./...
|
- gometalinter -e static.go --vendor ./...
|
||||||
- go build
|
- go build
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker:17.05
|
image: plugins/docker:17.05
|
||||||
|
|
Loading…
Reference in a new issue