ci: Add set -ex to 02_run_container.sh

The same is done by the 06 script.
This commit is contained in:
MarcoFalke 2023-10-04 17:04:40 +02:00
parent fac9abbf47
commit fa09a031c1
No known key found for this signature in database

View file

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