[nautilus/wip/antoniof/flatpak-ci-publish] CI: drop superfluous overrides



commit 3b7435e62fb3432dc9c0b4b23d9cdbf3378c295c
Author: António Fernandes <antoniojpfernandes gmail com>
Date:   Sat Sep 28 21:47:22 2019 +0000

    CI: drop superfluous overrides
    
    They are provided by the template we inherit from.

 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a222b60ce..0d135907a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,24 +50,21 @@ stages:
         expire_in: 2 days
 
 flatpak devel:
+    extends: '.flatpak'
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.34
-    stage: test
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
         MESON_ARGS: "-Dprofile=Devel -Dtests=all"
         FLATPAK_MODULE: "nautilus"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome.flatpakrepo";
         APP_ID: "org.gnome.NautilusDevel"
-    extends: '.flatpak'
 
 review:
-    stage: deploy
     dependencies:
         - 'flatpak devel'
     extends: '.review'
 
 stop_review:
-    stage: deploy
     extends: '.stop_review'
 
 fedora rawhide:


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