We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b111c5 commit 8b3bf13Copy full SHA for 8b3bf13
hack/verify-godeps.sh
@@ -86,13 +86,8 @@ _kubetmp="${_kubetmp}/kubernetes"
86
export GOPATH="${_tmpdir}"
87
88
pushd "${_kubetmp}" 2>&1 > /dev/null
89
- kube::util::ensure_godep_version v79
90
-
91
- export GOPATH="${GOPATH}:${_kubetmp}/staging"
92
- # Fill out that nice clean place with the kube godeps
93
- echo "Starting to download all kubernetes godeps. This takes a while"
94
- godep restore
95
- echo "Download finished"
+ # Restore the Godeps into our temp directory
+ hack/godep-restore.sh
96
97
# Destroy deps in the copy of the kube tree
98
rm -rf ./Godeps ./vendor
0 commit comments