Skip to content

Commit

Permalink
test/cases/koji: build nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne authored and ondrejbudai committed Aug 17, 2023
1 parent a82e3c3 commit e92ead5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cases/koji.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e92ead5

Please sign in to comment.