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 \
|
--prepare ./generate-translations.sh \
|
||||||
-Dman=false \
|
-Dman=false \
|
||||||
https://gitlab.gnome.org/GNOME/gnome-shell.git \
|
https://gitlab.gnome.org/GNOME/gnome-shell.git \
|
||||||
main &&
|
main
|
||||||
|
|
||||||
dnf clean all
|
|
||||||
|
|
||||||
check_commit_log:
|
check_commit_log:
|
||||||
extends:
|
extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user