test/koji: remove the workaround for rhel-8
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
45417091cd
commit
f3a58d699a
1 changed files with 0 additions and 8 deletions
|
|
@ -6,14 +6,6 @@ OSBUILD_COMPOSER_TEST_DATA=/usr/share/tests/osbuild-composer/
|
||||||
# Get OS data.
|
# Get OS data.
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
# This should be revisited and solved in a more sustainable way
|
|
||||||
if [[ "$ID" == 'rhel' ]] && [[ "$VERSION_ID" == 8.3 ]]
|
|
||||||
then
|
|
||||||
DISTRO_CODE="${DISTRO_CODE:-rhel_8}"
|
|
||||||
else
|
|
||||||
DISTRO_CODE="${DISTRO_CODE:-${ID}_${VERSION_ID//./}}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Colorful output.
|
# Colorful output.
|
||||||
function greenprint {
|
function greenprint {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue