[nautilus/wip/oholy/ci-improvements: 2/4] ci: Remove flatpak master job




commit 153f07fab914489d0f71d73fb0d3c7ee07dfe708
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Aug 11 10:03:17 2021 +0200

    ci: Remove flatpak master job
    
    The flatpak master job seems to be redundant currently. It uses the same
    image as flatpak devel and their .yml files are equal. This was not probably
    intentional and I am not fully aware of the historic reasons for having two
    jobs, but I think that it is enough to have flatpak devel job in its current
    form. So let's remove the flatpak master job.

 .gitlab-ci.yml                                 |  15 ----
 build-aux/flatpak/org.gnome.NautilusMaster.yml | 100 -------------------------
 2 files changed, 115 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09376c7b6..748188b2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,21 +38,6 @@ fedora latest:
         - master
     allow_failure: true
 
-flatpak master:
-    stage: cross environment
-    dependencies: []
-    variables:
-        MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml"
-        FLATPAK_MODULE: "nautilus"
-        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
-        APP_ID: "org.gnome.NautilusDevel"
-    extends: .flatpak
-    only:
-        - schedules
-        - web
-        - tags
-    allow_failure: true
-
 style check:
     image: registry.gitlab.gnome.org/gnome/nautilus:latest
     stage: test


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