Skip to content

Commit b11e6a0

Browse files
njacaziodavidrohr
authored andcommitted
TOF Match: Fetch json config from consul
1 parent e01f574 commit b11e6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/qc-workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ if [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
3030
[[ -z "$QC_JSON_GLOBAL" ]] && QC_JSON_GLOBAL=$O2DPG_ROOT/DATA/production/qc-sync/qc-global.json
3131
if [[ -z "$QC_JSON_TOF_MATCH" ]]; then
3232
if has_tof_matching_source ITS-TPC && has_tof_matching_source ITS-TPC-TRD ; then
33-
QC_JSON_TOF_MATCH=$O2DPG_ROOT/DATA/production/qc-sync/itstpctrdtof.json
33+
QC_JSON_TOF_MATCH=consul://o2/components/qc/ANY/any/tof-qcmn-match-itstpctrdtof
3434
elif has_tof_matching_source ITS-TPC ; then
35-
QC_JSON_TOF_MATCH=$O2DPG_ROOT/DATA/production/qc-sync/itstpctof.json
35+
QC_JSON_TOF_MATCH=consul://o2/components/qc/ANY/any/tof-qcmn-match-itstpctof
3636
fi
3737
fi
3838
elif [[ $SYNCMODE == 1 ]]; then

0 commit comments

Comments
 (0)