From 806269b8f267844e601f963e5ba84c4df53c9be4 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Tue, 26 Sep 2023 09:30:07 +0200 Subject: [PATCH] fix(test): do not install selinux packages for nightly robot --- .github/scripts/collect-test-robot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/collect-test-robot.sh b/.github/scripts/collect-test-robot.sh index e698fba9a0f..cd0ec5f1bff 100755 --- a/.github/scripts/collect-test-robot.sh +++ b/.github/scripts/collect-test-robot.sh @@ -91,6 +91,7 @@ cd .. echo "Installation..." if [ "$distrib" = "ALMALINUX" ]; then dnf clean all + rm -f ./*-selinux-*.rpm # avoid to install selinux packages which are dependent to centreon-common-selinux dnf install -y ./*.rpm else apt-get update