]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Trying to fix package build in stage develop
authorFrank Brehm <frank@brehm-online.com>
Fri, 1 Apr 2022 13:12:42 +0000 (15:12 +0200)
committerFrank Brehm <frank@brehm-online.com>
Fri, 1 Apr 2022 13:12:42 +0000 (15:12 +0200)
.gitlab-ci.yml

index b6c262310b497dda09df4805f7d444cd1ab6eba2..5d99fd1541d00c062b809fdbad1c361c8532e1c4 100644 (file)
@@ -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
     - |