Skip to content

Commit 7ca1122

Browse files
committed
remove pipfail
1 parent fb8b2e3 commit 7ca1122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMEW/app/standardise_model_data/bin/standardise_model_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Standardise data for both REF and EVAL runs via CDDS.
55

66
BASH_XTRACEFD=1
7-
set -xeuo pipefail
7+
set -xeu
88

99
echo "[INFO] Running standardise_model_data for REF and EVAL runs"
1010

0 commit comments

Comments
 (0)