mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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
|
# move into staging and save the dependencies for everything in order
|
||||||
mkdir -p "${TMP_GOPATH}/src/k8s.io"
|
mkdir -p "${TMP_GOPATH}/src/k8s.io"
|
||||||
for repo in $(ls ${KUBE_ROOT}/staging/src/k8s.io); do
|
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
|
# we skip metrics because it's synced to the real repo manually
|
||||||
if [ "${repo}" == "metrics" ]; then
|
if [ "${repo}" == "metrics" ]; then
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user