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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2193>
This commit is contained in:
Florian Müllner 2022-02-17 23:30:36 +01:00 committed by Marge Bot
parent 1ee070a14b
commit ddae41456d

View File

@ -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: