mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Don't go get godep in jenkins scripts
This commit is contained in:
parent
ed273fc9bb
commit
4fb2265bd8
@ -33,7 +33,6 @@ retry() {
|
|||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
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/jstemmer/go-junit-report
|
retry go get github.com/jstemmer/go-junit-report
|
||||||
retry go get github.com/cespare/prettybench
|
retry go get github.com/cespare/prettybench
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ retry() {
|
|||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
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/jstemmer/go-junit-report
|
retry go get github.com/jstemmer/go-junit-report
|
||||||
|
|
||||||
# Enable the Go race detector.
|
# Enable the Go race detector.
|
||||||
|
@ -36,8 +36,6 @@ export KUBE_JUNIT_REPORT_DIR=${WORKSPACE}/artifacts
|
|||||||
# Set artifacts directory
|
# Set artifacts directory
|
||||||
export ARTIFACTS_DIR=${WORKSPACE}/artifacts
|
export ARTIFACTS_DIR=${WORKSPACE}/artifacts
|
||||||
|
|
||||||
retry go get github.com/tools/godep && godep version
|
|
||||||
|
|
||||||
export LOG_LEVEL=4
|
export LOG_LEVEL=4
|
||||||
|
|
||||||
cd /go/src/k8s.io/kubernetes
|
cd /go/src/k8s.io/kubernetes
|
||||||
|
@ -32,6 +32,5 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:$PATH
|
|||||||
|
|
||||||
# Install a few things needed by the verification tests.
|
# Install a few things needed by the verification tests.
|
||||||
command -v etcd &>/dev/null || ./hack/install-etcd.sh
|
command -v etcd &>/dev/null || ./hack/install-etcd.sh
|
||||||
go get -u github.com/tools/godep
|
|
||||||
|
|
||||||
make verify
|
make verify
|
||||||
|
Loading…
Reference in New Issue
Block a user