[gnome-weather] ci: remove deprecated jobs



commit 442e0626931490e808ec33c69944d4ba4114832f
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 16:18:13 2020 +0000

    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 | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8d219a..c8cd2ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,18 +13,7 @@ flatpak:
         MESON_ARGS: "-Dprofile=development"
     extends: .flatpak
 
-review:
-    stage: deploy
-    dependencies:
-      - flatpak
-    extends: .review
-
-stop_review:
-    stage: deploy
-    extends: .stop_review
-
 nightly:
   extends: '.publish_nightly'
-  only:
-    refs:
-      - master
+  dependencies: ['flatpak']
+  needs: ['flatpak']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]