Remove go-bindata
This commit is contained in:
parent
ee7a63d050
commit
692ab5e53c
7 changed files with 62 additions and 649 deletions
|
|
@ -45,7 +45,6 @@ jobs:
|
|||
&& git clone --depth=1 https://go.googlesource.com/lint $GOPATH/src/golang.org/x/lint
|
||||
&& go get golang.org/x/lint/golint
|
||||
- go get github.com/vbatts/git-validation
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make verify-all
|
||||
- stage: Lua Unit Test
|
||||
before_script:
|
||||
|
|
@ -57,11 +56,9 @@ jobs:
|
|||
# start minikube
|
||||
- test/e2e/up.sh
|
||||
script:
|
||||
- go get github.com/jteeuwen/go-bindata/...
|
||||
- make cover
|
||||
- stage: e2e
|
||||
before_script:
|
||||
- go get github.com/jteeuwen/go-bindata/...
|
||||
- go get github.com/onsi/ginkgo/ginkgo
|
||||
- test/e2e/up.sh
|
||||
- make dev-env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue