diff --git a/test/bin/common_versions.sh b/test/bin/common_versions.sh index b87ae586ca..aaec0ba455 100644 --- a/test/bin/common_versions.sh +++ b/test/bin/common_versions.sh @@ -109,7 +109,7 @@ export CURRENT_RELEASE_VERSION # For a release branch, the previous release repository should come from the # official 'rhocp' stream.# The previous release repository value should either # point to the OpenShift mirror URL or the 'rhocp' repository name. -PREVIOUS_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/${UNAME_M}/microshift/ocp-dev-preview/latest-4.22/el9/os" +PREVIOUS_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/${UNAME_M}/microshift/ocp/latest-4.22/el9/os" PREVIOUS_RELEASE_VERSION="$(get_vrel_from_beta "${PREVIOUS_RELEASE_REPO}")" export PREVIOUS_RELEASE_REPO export PREVIOUS_RELEASE_VERSION