tests: remove stray F31 occurrences
osbuild-composer doesn't support F31 anymore, this commit rips out the last pieces.
This commit is contained in:
parent
b91a63c0ad
commit
0e7a1dd407
2 changed files with 0 additions and 26 deletions
|
|
@ -5,12 +5,6 @@ OSBUILD_COMPOSER_TEST_DATA=/usr/share/tests/osbuild-composer/
|
|||
|
||||
source /etc/os-release
|
||||
|
||||
# Fedora 31's composer-cli doesn't support doing image uploads.
|
||||
if [[ $ID == fedora ]] && [[ $VERSION_ID == 31 ]]; then
|
||||
echo "Fedora 31 does not support image uploads with composer-cli."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Colorful output.
|
||||
function greenprint {
|
||||
echo -e "\033[1;32m${1}\033[0m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue