Commit 42d2aca7 authored by Jeff Grafton's avatar Jeff Grafton

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

parent 4df99a8a
......@@ -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.
......
......@@ -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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment