summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-02-17 23:30:36 +0100
committerMarge Bot <marge-bot@gnome.org>2023-04-21 18:28:32 +0000
commitddae41456dff308d6ba2bd7fd47033b5eb6d5e4b (patch)
treeedf4debd0ee4a9095a4ca519be0d95a8a34b586e /.gitlab-ci.yml
parent1ee070a14bf1a0682c6e301b1aa0e54a69d0bef7 (diff)
downloadgnome-shell-ddae41456dff308d6ba2bd7fd47033b5eb6d5e4b.tar.gz
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 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: