mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-09 21:47:34 +01:00
lint: Add missing set -ex to ci/lint/06_script.sh
This is needed for the container-entrypoint.sh Also, remove unused `source` from ci/lint_run_all.sh, since it is the last step.
This commit is contained in:
@@ -8,4 +8,5 @@ export LC_ALL=C.UTF-8
|
||||
|
||||
set -o errexit; source ./ci/test/00_setup_env.sh
|
||||
set -o errexit; source ./ci/lint/04_install.sh
|
||||
set -o errexit; source ./ci/lint/06_script.sh
|
||||
set -o errexit
|
||||
./ci/lint/06_script.sh
|
||||
|
||||
Reference in New Issue
Block a user