[sound-juicer] ci: remove deprecated jobs



commit 84c157888a3ab7b58ef70c6e1dc05dbc4ed485c0
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 16:22:25 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 | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a88c4de3..db039c4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,5 @@
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
-stages:
-- test
-- deploy
-
 variables:
     GIT_SUBMODULE_STRATEGY: normal
 
@@ -20,15 +16,7 @@ flatpak:master:
         APP_ID: "org.gnome.SoundJuicer"
     extends: .flatpak
 
-review:
-    extends: .review
-    stage: deploy
-    dependencies:
-        - flatpak:master
-
-stop_review:
-    extends: .stop_review
-    stage: deploy
-
 nightly:
     extends: '.publish_nightly'
+    dependencies: ['flatpak']
+    needs: ['flatpak']


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