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 d66f838 commit 3b0d1fdCopy full SHA for 3b0d1fd
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -662,7 +662,7 @@ export GEN_TOPO_WORKDIR="./"
662
#export QC_JSON_FROM_OUTSIDE="QC-20211214.json"
663
664
if [[ -n $ALIEN_JDL_QCJSONFROMOUTSIDE ]]; then
665
- QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
+ export QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
666
fi
667
if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
668
sed -i 's/REPLACE_ME_RUNNUMBER/'"${RUNNUMBER}"'/g' $QC_JSON_FROM_OUTSIDE
0 commit comments