packit: Enable CentOS Stream 8
This commit is contained in:
parent
5d15bdac5c
commit
72c15c4b82
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue