[nautilus] ci: Fix flatpak master job



commit 57e2bbec47e278928fa89ff75b4ff5941a9654c8
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Mar 6 12:00:24 2020 +0100

    ci: Fix flatpak master job
    
    The flatpak master job fails currently. This is because it tries to rewrite
    artifacts from flatpak devel job which fails with permission denied error,
    because the runners are not more privileged. Let's use empty dependencies
    for flatpak master job to ensure that the artifacts from flatpak devel
    job are not passed in.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce677b920..8a27bdef2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,7 @@ fedora rawhide:
 
 flatpak master:
     stage: cross_environment
+    dependencies: []
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml"
         MESON_ARGS: "-Dprofile=Devel -Dtests=all -Db_coverage=true"


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