diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/02_run_container.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/test/02_run_container.sh b/ci/test/02_run_container.sh index b5a84ae08d..8602353b45 100755 --- a/ci/test/02_run_container.sh +++ b/ci/test/02_run_container.sh @@ -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. |