[nautilus/gnome-3-36] ci: Use test stage for flatpak devel job



commit d76843ea2d1795462c3e5b44b47e798cbf079ee6
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Mar 6 10:50:49 2020 +0000

    ci: Use test stage for flatpak devel job
    
    The flatpak devel job uses .pre stage currently.
    
    This seems to be the reason why pipelines are not triggered in some
    cases according: https://gitlab.com/gitlab-org/gitlab/issues/198518.
    
    Let's use the unused test stage instead to fix the pipeline and to make
    the pipeline output nicer.
    
    
    (cherry picked from commit e7c2a0182a4ba2d6eb05fe170cc9b4d018a70feb)

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a27bdef2..d14aff880 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ stages:
 
 flatpak devel:
     extends: '.flatpak'
+    stage: test
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"


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