From d23af92a4b3ae255d542910607d8a8689f5d8b61 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 2 Aug 2020 14:32:33 +0000 Subject: ci: remove deprecated jobs The functionality of these jobs exists in the normal build job now and they are no longer needed. citemplates@544836ee --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 681c6b7a..a695eb36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,13 +16,5 @@ flatpak: MESON_ARGS: "-Dman=false" APP_ID: "org.gnome.Glade" -review: - dependencies: - - 'flatpak' - extends: '.review' - -stop_review: - extends: '.stop_review' - nightly: extends: '.publish_nightly' -- cgit v1.2.1