Skip to content

Commit ed39b24

Browse files
committed
Set set -euxo pipefail in the exec script
1 parent 895fd08 commit ed39b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: change_sorting_key_landing_data_source/scripts/exec_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -e
2+
set -euxo pipefail
33

44
export TB_VERSION_WARNING=0
55
export VERSION=$1

0 commit comments

Comments
 (0)