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

@@ -36,8 +36,6 @@ export KUBE_JUNIT_REPORT_DIR=${WORKSPACE}/artifacts
# Set artifacts directory
export ARTIFACTS_DIR=${WORKSPACE}/artifacts
retry go get github.com/tools/godep && godep version
export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes