Skip to content

Commit 84d5511

Browse files
chiarazampollialcaliva
authored andcommitted
Fix export to set the QC json from outside (#1649)
(cherry picked from commit 3b0d1fd)
1 parent a58e1e4 commit 84d5511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export GEN_TOPO_WORKDIR="./"
676676
#export QC_JSON_FROM_OUTSIDE="QC-20211214.json"
677677

678678
if [[ -n $ALIEN_JDL_QCJSONFROMOUTSIDE ]]; then
679-
QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
679+
export QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
680680
fi
681681
if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
682682
sed -i 's/REPLACE_ME_RUNNUMBER/'"${RUNNUMBER}"'/g' $QC_JSON_FROM_OUTSIDE

0 commit comments

Comments
 (0)