We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58e1e4 commit 84d5511Copy full SHA for 84d5511
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -676,7 +676,7 @@ export GEN_TOPO_WORKDIR="./"
676
#export QC_JSON_FROM_OUTSIDE="QC-20211214.json"
677
678
if [[ -n $ALIEN_JDL_QCJSONFROMOUTSIDE ]]; then
679
- QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
+ export QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
680
fi
681
if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
682
sed -i 's/REPLACE_ME_RUNNUMBER/'"${RUNNUMBER}"'/g' $QC_JSON_FROM_OUTSIDE
0 commit comments