packit: Enable CentOS Stream 8

This commit is contained in:
Martin Pitt 2021-10-07 09:25:01 +02:00 committed by Matej Marusak
parent 5d15bdac5c
commit 72c15c4b82
2 changed files with 5 additions and 0 deletions

View file

@ -24,6 +24,10 @@ mv .git dot-git
export TEST_OS="${ID}-${VERSION_ID/./-}"
export TEST_AUDIT_NO_SELINUX=1
if [ "$TEST_OS" = "centos-8" ]; then
TEST_OS=centos-8-stream
fi
EXCLUDES=""
RC=0