mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02: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…
Add table
Add a link
Reference in a new issue