We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637fcdc commit 03954f2Copy full SHA for 03954f2
DATA/production/qc-workflow.sh
@@ -122,3 +122,5 @@ fi
122
if [[ ! -z "$QC_JSON_FROM_OUTSIDE" ]]; then
123
add_W o2-qc "--config json://$QC_JSON_FROM_OUTSIDE ${QC_CONFIG_PARAM:---local --host ${QC_HOST:-localhost}}" "" 0
124
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