From fa0f859885ee2c39c2d1cc704797c2461f3c473e Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 22 Jul 2024 13:23:48 +0200 Subject: [PATCH] doc: Clarify intent of ./ci/lint_run_all.sh --- ci/lint_run_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/lint_run_all.sh b/ci/lint_run_all.sh index fe02016c29f..452be67f1ba 100755 --- a/ci/lint_run_all.sh +++ b/ci/lint_run_all.sh @@ -6,6 +6,8 @@ export LC_ALL=C.UTF-8 +# Only used in .cirrus.yml. Refer to test/lint/README.md on how to run locally. + cp "./ci/retry/retry" "/ci_retry" set -o errexit; source ./ci/lint/04_install.sh set -o errexit