mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
fix hack/update-bazel.sh for mac os environments
This commit is contained in:
parent
752f5668cc
commit
a6c3a26c34
@ -31,7 +31,7 @@ go install k8s.io/kubernetes/vendor/k8s.io/repo-infra/kazel
|
|||||||
|
|
||||||
# Find all of the staging repos.
|
# Find all of the staging repos.
|
||||||
while IFS='' read -r repo; do staging_repos+=("${repo}"); done <\
|
while IFS='' read -r repo; do staging_repos+=("${repo}"); done <\
|
||||||
<(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)
|
||||||
|
|
||||||
# Save the staging repos into a Starlark list that can be used by Bazel rules.
|
# Save the staging repos into a Starlark list that can be used by Bazel rules.
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user