doc: Clarify intent of ./ci/lint_run_all.sh

This commit is contained in:
MarcoFalke 2024-07-22 13:23:48 +02:00
parent fa9ad59f87
commit fa0f859885
No known key found for this signature in database

View file

@ -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