Skip to content

Commit eac4fd5

Browse files
committed
Stop script on error, e.g., if download fails
1 parent 43f3b64 commit eac4fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pilot1/Uno/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -x
3+
set -eux
44

55
# AUC prediction model
66
if [ ! -f "$CANDLE_DATA_DIR/Pilot1/Uno/top_21_auc_1fold.uno.h5" ]; then

0 commit comments

Comments
 (0)