test: Rawhide is now Fedora 35
This commit is contained in:
parent
15b376831f
commit
7265dac293
@ -23,7 +23,7 @@ git clone --depth=1 https://github.com/cockpit-project/bots
|
|||||||
|
|
||||||
export TEST_OS="${ID}-${VERSION_ID/./-}"
|
export TEST_OS="${ID}-${VERSION_ID/./-}"
|
||||||
# HACK: upstream does not yet know about rawhide
|
# HACK: upstream does not yet know about rawhide
|
||||||
if [ "$TEST_OS" = "fedora-34" ]; then
|
if [ "$TEST_OS" = "fedora-34" ] || [ "$TEST_OS" = "fedora-35" ]; then
|
||||||
export TEST_OS=fedora-33
|
export TEST_OS=fedora-33
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user