mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #79560 from odinuge/bazel-ordering
Fix ordering settings in update bazel
This commit is contained in:
commit
53ecf93c0b
@ -33,7 +33,7 @@ popd
|
||||
|
||||
# Find all of the staging repos.
|
||||
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 | LC_ALL=C LANG=C sort)
|
||||
|
||||
# Save the staging repos into a Starlark list that can be used by Bazel rules.
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user