mirror of https://github.com/k3s-io/k3s
installing github.com/jstemmer/go-junit-report
parent
491c000eeb
commit
4384845ec5
|
@ -32,7 +32,7 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:${PATH}
|
|||
|
||||
# Install a few things needed by unit and /integration tests.
|
||||
command -v etcd &>/dev/null || ./hack/install-etcd.sh
|
||||
go get -u github.com/jstemmer/go-junit-report
|
||||
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||
|
||||
# Enable the Go race detector.
|
||||
export KUBE_RACE=-race
|
||||
|
|
|
@ -33,7 +33,7 @@ retry() {
|
|||
|
||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||
|
||||
retry go get github.com/jstemmer/go-junit-report
|
||||
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||
|
||||
# Enable the Go race detector.
|
||||
export KUBE_RACE=-race
|
||||
|
|
Loading…
Reference in New Issue