Skip to content
Snippets Groups Projects
Commit 93eaa533 authored by Iain Bertram's avatar Iain Bertram
Browse files

Added 20.9 reference file directory for new release in testing (ATLASSIM-3607)

No change to executables. Tested in lcplus.
parent 69103a92
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
export DigitizationTestsVersion="dev" export DigitizationTestsVersion="dev"
if [[ $ATLAS_RELEASE_BASE == *"20.7.X.Y-VAL"* ]]; then if [[ $ATLAS_RELEASE_BASE == *"20.7.X.Y-VAL"* ]]; then
DigitizationTestsVersion="20.7.X.Y-VAL" DigitizationTestsVersion="20.7.X.Y-VAL"
elif [[ $ATLAS_RELEASE_BASE == *"20.7"* ]]; then elif [[ $ATLAS_RELEASE_BASE == *"20.7"* ]]; then
DigitizationTestsVersion="20.7.X" DigitizationTestsVersion="20.7.X"
elif [[ $ATLAS_RELEASE_BASE == *"20.9"* ]]; then
DigitizationTestsVersion="20.9"
elif [[ $ATLAS_RELEASE_BASE == *"20.20"* ]]; then elif [[ $ATLAS_RELEASE_BASE == *"20.20"* ]]; then
DigitizationTestsVersion="20.20.X" DigitizationTestsVersion="20.20.X"
elif [[ $ATLAS_RELEASE_BASE == *"mig7"* ]]; then elif [[ $ATLAS_RELEASE_BASE == *"mig7"* ]]; then
...@@ -16,5 +18,3 @@ elif [[ $ATLAS_RELEASE_BASE == *"20.1"* ]]; then ...@@ -16,5 +18,3 @@ elif [[ $ATLAS_RELEASE_BASE == *"20.1"* ]]; then
elif [[ $ATLAS_RELEASE_BASE == *"21.0"* ]]; then elif [[ $ATLAS_RELEASE_BASE == *"21.0"* ]]; then
DigitizationTestsVersion="21.0.X" DigitizationTestsVersion="21.0.X"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment