We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ad296a + a6c3a26 commit ef5ba5cCopy full SHA for ef5ba5c
hack/update-bazel.sh
@@ -31,7 +31,7 @@ go install k8s.io/kubernetes/vendor/k8s.io/repo-infra/kazel
31
32
# Find all of the staging repos.
33
while IFS='' read -r repo; do staging_repos+=("${repo}"); done <\
34
- <(cd "${KUBE_ROOT}/staging/src" && find k8s.io/ -mindepth 1 -maxdepth 1 -type d | LANG=C sort)
+ <(cd "${KUBE_ROOT}/staging/src" && find k8s.io -mindepth 1 -maxdepth 1 -type d | LANG=C sort)
35
36
# Save the staging repos into a Starlark list that can be used by Bazel rules.
37
(
0 commit comments