Remove go-bindata

This commit is contained in:
Manuel de Brito Fontes 2018-05-17 00:18:03 -04:00 committed by Manuel Alejandro de Brito Fontes
parent ee7a63d050
commit 692ab5e53c
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
7 changed files with 62 additions and 649 deletions

View file

@ -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