mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Download go-bindata in unit/verify/node e2e Jenkins builds
This commit is contained in:
parent
4df99a8a0f
commit
42d2aca7bb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user