mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
include k8s.io/api in update-godep-staging.sh
This commit is contained in:
parent
886e04f1ff
commit
8642e6f0c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user