[gnome-boxes] ci: remove deprecated jobs



commit 06b07145a08a06a229a59f71b71d60e6284a1fa0
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 16:14:28 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 | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7b2c7be..fa099cf2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,8 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_
 
 stages:
 - test
-- deploy
 - fedora
+- deploy
 
 variables:
     BUNDLE: "gnome-boxes.flatpak"
@@ -18,22 +18,10 @@ flatpak:
         APP_ID: "org.gnome.BoxesDevel"
     extends: .flatpak
 
-review:
-    stage: deploy
-    dependencies:
-        - flatpak
-    script:
-        - echo "Generating flatpak deployment"
-    extends: '.review'
-
-stop_review:
-    stage: deploy
-    script:
-        - echo "Stopping flatpak deployment"
-    extends: '.stop_review'
-
 nightly:
     extends: '.publish_nightly'
+    dependencies: ['flatpak']
+    needs: ['flatpak']
 
 fedora:rawhide:
     image: fedora:rawhide


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