Skip to content

Commit

Permalink
Fix for unbound vars
Browse files Browse the repository at this point in the history
  • Loading branch information
chiarazampolli committed Dec 16, 2023
1 parent 9bee255 commit 39ea397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prodtests/full-system-test/dpl-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ AODPROD_OPT+=" $STRTRACKING "
workflow_has_parameter AOD && [[ ! -z "$AOD_INPUT" ]] && add_W o2-aod-producer-workflow "$AODPROD_OPT --info-sources $AOD_INPUT $DISABLE_ROOT_INPUT --aod-writer-keep dangling --aod-writer-resfile \"AO2D\" --aod-writer-resmode UPDATE $DISABLE_MC --pipeline $(get_N aod-producer-workflow AOD REST 1 AODPROD)"

# extra workflows in case we want to extra ITS/MFT info for dead channel maps to then go to CCDB for MC
: ${ALIEN_JDL_PROCESSITSDEADMAP:=}
: ${ALIEN_JDL_PROCESSMFTDEADMAP:=}
[[ $ALIEN_JDL_PROCESSITSDEADMAP == 1 ]] && has_detector ITS && add_W o2-itsmft-deadmap-builder-workflow " --local-output --output-dir . --source clusters --tf-sampling 1000"
[[ $ALIEN_JDL_PROCESSMFTDEADMAP == 1 ]] && has_detector MFT && add_W o2-itsmft-deadmap-builder-workflow " --runmft --local-output --output-dir . --source clusters --tf-sampling 1000"

Expand Down

0 comments on commit 39ea397

Please sign in to comment.