mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-08 14:32:09 -03:30
sidebar_gen: force C locale
If we don't, find output can change depending on system locale, which will produce inconsistent results.
This commit is contained in:
parent
76dae63c69
commit
96bb0a3e12
@ -8,6 +8,7 @@
|
||||
# The script will ignore any files that are not markdown files.
|
||||
# Usage: bash scripts/gen_docs_sidebar.sh > docs/_sidebar.md
|
||||
|
||||
export LANG=C
|
||||
{
|
||||
echo "* [Readme](/)"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user