packit: Enable CentOS Stream 8

This commit is contained in:
Martin Pitt 2021-10-07 09:25:01 +02:00
parent cf3f0c46aa
commit 6a7b138de9
2 changed files with 5 additions and 0 deletions

View file

@ -27,3 +27,4 @@ jobs:
metadata: metadata:
targets: targets:
- fedora-all - fedora-all
- centos-stream-8

View file

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