diff --git a/tests/Jenkins/utilities.sh b/tests/Jenkins/utilities.sh index 2a020e578e7..518a77ca646 100644 --- a/tests/Jenkins/utilities.sh +++ b/tests/Jenkins/utilities.sh @@ -325,7 +325,7 @@ installDIRAC() { configureArgs+=("--LegacyExchangeApiKey=diracx:legacy:InsecureChangeMe") fi - if [[ -n "${INSTALLATION_BRANCH}" ]]; then + if [[ "${INSTALLATION_BRANCH}" = "rel-v8r0" ]]; then # Use this for (e.g.) running backward-compatibility tests cmd="dirac-configure -S ${DIRACSETUP} -C ${CSURL} --SkipCAChecks "${configureArgs[@]}" ${CONFIGUREOPTIONS} ${DEBUG}" else