Skip to content

Commit 83bec27

Browse files
authored
remove set -eo pipefail (#5296)
Signed-off-by: Lan Xia <[email protected]>
1 parent 8f4eea5 commit 83bec27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/testenv/testenvSettings.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
set +x
3-
set -eo pipefail
43

54
if [[ $USE_TESTENV_PROPERTIES == true ]]; then
65
testenv_file="./testenv/testenv.properties"

0 commit comments

Comments
 (0)