From 585d1bff632e75e815a744c234a847d91ff9305b Mon Sep 17 00:00:00 2001 From: ci-robot Date: Tue, 20 Jan 2026 05:11:43 +0000 Subject: [PATCH] Update common_versions.sh --- test/bin/common_versions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bin/common_versions.sh b/test/bin/common_versions.sh index d22a0417ef..259ad56988 100644 --- a/test/bin/common_versions.sh +++ b/test/bin/common_versions.sh @@ -81,8 +81,8 @@ export FAKE_NEXT_MINOR_VERSION=$(( "${MINOR_VERSION}" + 1 )) # # For a release branch, the current release repository should come from the # official 'rhocp' stream. -CURRENT_RELEASE_REPO="" -CURRENT_RELEASE_VERSION="" +CURRENT_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/${UNAME_M}/microshift/ocp-dev-preview/latest-4.22/el9/os" +CURRENT_RELEASE_VERSION="$(get_vrel_from_beta "${CURRENT_RELEASE_REPO}")" export CURRENT_RELEASE_REPO export CURRENT_RELEASE_VERSION