mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
ci: Add set -ex to 02_run_container.sh
The same is done by the 06 script.
This commit is contained in:
parent
fac9abbf47
commit
fa09a031c1
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
set -ex
|
||||
|
||||
if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
|
||||
# Export all env vars to avoid missing some.
|
||||
# Though, exclude those with newlines to avoid parsing problems.
|
||||
|
|
Loading…
Reference in a new issue