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:
parent
1ee070a14b
commit
ddae41456d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user