From ddae41456dff308d6ba2bd7fd47033b5eb6d5e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Feb 2022 23:30:36 +0100 Subject: [PATCH] ci: Remove duplicated cleanup The template will already call `dnf clean all` after processing packages and the script, so no need for us to call it as well. Part-of: --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cbea0367..0fba285bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,9 +72,7 @@ workflow: --prepare ./generate-translations.sh \ -Dman=false \ https://gitlab.gnome.org/GNOME/gnome-shell.git \ - main && - - dnf clean all + main check_commit_log: extends: