Add bindata verify check and fix missing bindata changes (#2208)
Add script to verify if bindata is up to date. Add changes in https://github.com/kubernetes/ingress-nginx/pull/2205 to bindata and reformat bindata file to the format that go-bindata generated.
This commit is contained in:
parent
1df421ac0c
commit
28e6f54a69
4 changed files with 51 additions and 10 deletions
|
|
@ -40,6 +40,7 @@ jobs:
|
|||
- sudo luarocks install luacheck
|
||||
- make luacheck
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make verify-all
|
||||
- stage: Coverage
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue