Download go-bindata in unit/verify/node e2e Jenkins builds

This commit is contained in:
Jeff Grafton 2016-08-03 12:31:46 -07:00
parent 4df99a8a0f
commit 42d2aca7bb
3 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
retry go get github.com/tools/godep && godep version
retry go get github.com/jteeuwen/go-bindata/go-bindata
retry go get github.com/jstemmer/go-junit-report
# Enable the Go race detector.

View File

@ -32,6 +32,7 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
retry go get github.com/tools/godep && godep version
retry go get github.com/jteeuwen/go-bindata/go-bindata
export LOG_LEVEL=4

View File

@ -28,6 +28,7 @@ set -x
. $1
go get -u github.com/jteeuwen/go-bindata/go-bindata
make generated_files
# TODO converge build steps with hack/build-go some day if possible.