Skip to content

Commit fa09a03

Browse files
author
MarcoFalke
committed
ci: Add set -ex to 02_run_container.sh
The same is done by the 06 script.
1 parent fac9abb commit fa09a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/test/02_run_container.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
export LC_ALL=C.UTF-8
88

9+
set -ex
10+
911
if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
1012
# Export all env vars to avoid missing some.
1113
# Though, exclude those with newlines to avoid parsing problems.

0 commit comments

Comments
 (0)