test: Fixes for 8.5-ga

This commit is contained in:
sanne 2021-12-01 12:04:40 +01:00 committed by Achilleas Koutsou
parent 704c5daf71
commit ee8e551c5f
5 changed files with 60 additions and 115 deletions

View file

@ -49,7 +49,7 @@ 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-85
DISTRO_CODE=rhel-86
fi
greenprint "Pushing compose to Koji"