From: Frank Brehm Date: Fri, 1 Apr 2022 13:20:34 +0000 (+0200) Subject: Trying to fix package build in stage develop X-Git-Tag: 0.4.1^2~6 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9c527bba7d7961acc3b103e82678eb69891c8993;p=pixelpark%2Fpp-admin-tools.git Trying to fix package build in stage develop --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d99fd1..f7289dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,6 +170,7 @@ Linter: expire_in: '1 week' before_script: - ls -lA --color=always /etc/yum.repos.d + - if test -f /etc/yum.repos.d/CentOS-Linux-AppStream.repo; then echo "CentOS-Linux-AppStream.repo:"; cat /etc/yum.repos.d/CentOS-Linux-AppStream.repo; fi - ${YUM} clean all - ${YUM} makecache - |