Commit 8642e6f0 authored by Chao Xu's avatar Chao Xu

include k8s.io/api in update-godep-staging.sh

parent 886e04f1
......@@ -79,10 +79,6 @@ function updateGodepManifest() {
# move into staging and save the dependencies for everything in order
mkdir -p "${TMP_GOPATH}/src/k8s.io"
for repo in $(ls ${KUBE_ROOT}/staging/src/k8s.io); do
# we have to skip api because it does not depend on anything
if [ "${repo}" == "api" ]; then
continue
fi
# we skip metrics because it's synced to the real repo manually
if [ "${repo}" == "metrics" ]; then
continue
......
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