Skip to content

Commit 35531ca

Browse files
committed
Fix minor y beta repository definition
1 parent b398922 commit 35531ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bin/common_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export YMINUS2_RELEASE_VERSION
102102
# If the release version is defined, the repository should be deduced from the
103103
# CURRENT_RELEASE_REPO setting.
104104
RHOCP_MINOR_Y=""
105-
RHOCP_MINOR_Y_BETA="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/dependencies/rpms/4.20-el9-beta/"
105+
RHOCP_MINOR_Y_BETA="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/dependencies/rpms/4.21-el9-beta/"
106106
export RHOCP_MINOR_Y
107107
export RHOCP_MINOR_Y_BETA
108108

0 commit comments

Comments
 (0)