From: Frank Brehm Date: Fri, 1 Apr 2022 13:12:42 +0000 (+0200) Subject: Trying to fix package build in stage develop X-Git-Tag: 0.4.1^2~7 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4149a1bcca1fe77ba91642920545b8e24d059f7e;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 b6c2623..5d99fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,6 +170,8 @@ Linter: expire_in: '1 week' before_script: - ls -lA --color=always /etc/yum.repos.d + - ${YUM} clean all + - ${YUM} makecache - | echo "All locales" locale -a @@ -179,8 +181,6 @@ Linter: echo "${USED_LOCALE}.${USED_CHARSET}" localedef --charmap UTF-8 --inputfile "${USED_LOCALE}" "${USED_LC}" else - ${YUM} clean all - ${YUM} makecache dnf --assumeyes install langpacks-en glibc-all-langpacks fi - |