adding go-junit-report install

This commit is contained in:
Krzysztof Siedlecki 2019-01-31 11:41:49 +01:00
parent fcb0d60d4c
commit f461759dc9

View File

@ -34,6 +34,7 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
go install k8s.io/kubernetes/vendor/github.com/cespare/prettybench
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
# Disable the Go race detector.
export KUBE_RACE=" "