test/cases/koji: build nightlies
This commit is contained in:
parent
a82e3c38c8
commit
e92ead5449
1 changed files with 2 additions and 2 deletions
|
|
@ -207,9 +207,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-88
|
||||
DISTRO_CODE=rhel-89
|
||||
elif [[ "$DISTRO_CODE" == rhel-9* ]]; then
|
||||
DISTRO_CODE=rhel-92
|
||||
DISTRO_CODE=rhel-93
|
||||
fi
|
||||
|
||||
case ${TEST_TYPE} in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue