Don't go get godep in jenkins scripts

This commit is contained in:
Christoph Blecker
2018-01-30 07:42:39 -08:00
parent ed273fc9bb
commit 4fb2265bd8
4 changed files with 0 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ 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/jstemmer/go-junit-report
# Enable the Go race detector.