Skip to content

Commit

Permalink
Fix export to set the QC json from outside (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiarazampolli authored May 24, 2024
1 parent d66f838 commit 3b0d1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/configurations/asyncReco/setenv_extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ export GEN_TOPO_WORKDIR="./"
#export QC_JSON_FROM_OUTSIDE="QC-20211214.json"

if [[ -n $ALIEN_JDL_QCJSONFROMOUTSIDE ]]; then
QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
export QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
fi
if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
sed -i 's/REPLACE_ME_RUNNUMBER/'"${RUNNUMBER}"'/g' $QC_JSON_FROM_OUTSIDE
Expand Down

0 comments on commit 3b0d1fd

Please sign in to comment.