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
|
||||
- go generate
|
||||
- gometalinter --install
|
||||
- gometalinter --skip static.go --vendor ./...
|
||||
- gometalinter -e static.go --vendor ./...
|
||||
- go build
|
||||
publish:
|
||||
image: plugins/docker:17.05
|
||||
|
|
Loading…
Reference in a new issue