From 4149a1bcca1fe77ba91642920545b8e24d059f7e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 1 Apr 2022 15:12:42 +0200 Subject: [PATCH] Trying to fix package build in stage develop --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - | -- 2.39.5