Build latest 8.8 and 9.2 development versions in Koji

see
eb78fcd85e
aff680542d
This commit is contained in:
Alexander Todorov 2022-12-13 11:22:24 +02:00 committed by Jakub Rusz
parent 155f8aac76
commit ccd54a2c99

View file

@ -137,9 +137,9 @@ koji --server=http://localhost:8080/kojihub --user kojiadmin --password kojipass
# Always build the latest RHEL - that suits the koji API usecase the most.
if [[ "$DISTRO_CODE" == rhel-8* ]]; then
DISTRO_CODE=rhel-87
DISTRO_CODE=rhel-88
elif [[ "$DISTRO_CODE" == rhel-9* ]]; then
DISTRO_CODE=rhel-91
DISTRO_CODE=rhel-92
fi
case ${TEST_TYPE} in