Skip to content
Snippets Groups Projects

Allow DigitizationTests ART jobs to find 24.0-specific reference files (ATLASSIM-7095)

Merged John Derek Chapman requested to merge jchapman/athena:FixATLASSIM-7095_24.0 into 24.0
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -25,6 +25,8 @@ elif [[ $ATLAS_RELEASE_BASE == *"22.0"* ]]; then
DigitizationTestsVersion="22.0"
elif [[ $ATLAS_RELEASE_BASE == *"23.0"* ]]; then
DigitizationTestsVersion="23.0"
elif [[ $ATLAS_RELEASE_BASE == *"24.0"* ]]; then
DigitizationTestsVersion="24.0"
fi
export DigitizationTestsVersion
Loading