Commit e5b5c2c5 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21771 from eparis/godep-rebase

Auto commit by PR queue bot
parents 067998e7 784d264c
...@@ -56,8 +56,11 @@ trap cleanup EXIT ...@@ -56,8 +56,11 @@ trap cleanup EXIT
# build the godep tool # build the godep tool
export GOPATH="${_tmpdir}" export GOPATH="${_tmpdir}"
go get -u github.com/tools/godep 2>/dev/null go get -u github.com/tools/godep 2>/dev/null
go install github.com/tools/godep 2>/dev/null
GODEP="${_tmpdir}/bin/godep" GODEP="${_tmpdir}/bin/godep"
pushd "${GOPATH}/src/github.com/tools/godep" > /dev/null
git checkout v53
"${GODEP}" go install
popd > /dev/null
# fill out that nice clean place with the kube godeps # fill out that nice clean place with the kube godeps
echo "Starting to download all kubernetes godeps. This takes a while" echo "Starting to download all kubernetes godeps. This takes a while"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment