Skip to content

Commit 8b3bf13

Browse files
committed
Fix godep verify to use godep restore script
1 parent 2b111c5 commit 8b3bf13

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

hack/verify-godeps.sh

+2-7
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,8 @@ _kubetmp="${_kubetmp}/kubernetes"
8686
export GOPATH="${_tmpdir}"
8787

8888
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"
89+
# Restore the Godeps into our temp directory
90+
hack/godep-restore.sh
9691

9792
# Destroy deps in the copy of the kube tree
9893
rm -rf ./Godeps ./vendor

0 commit comments

Comments
 (0)