Skip to content

Commit 03954f2

Browse files
committed
Duplicate fix from calib-workflow.sh, in case the last check here creates non-zero return code in the future
1 parent 637fcdc commit 03954f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DATA/production/qc-workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,5 @@ fi
122122
if [[ ! -z "$QC_JSON_FROM_OUTSIDE" ]]; then
123123
add_W o2-qc "--config json://$QC_JSON_FROM_OUTSIDE ${QC_CONFIG_PARAM:---local --host ${QC_HOST:-localhost}}" "" 0
124124
fi
125+
126+
true # everything OK up to this point, so the script should return 0 (it is !=0 if the last check failed)

0 commit comments

Comments
 (0)