summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-08-11 10:03:17 +0200
committerOndrej Holy <oholy@redhat.com>2021-10-11 06:45:26 +0000
commit78275a71807214e22d7211807e3c5ed0e64f9242 (patch)
treef23982176c43440f2d4c09eb40beeb9b697bff16 /.gitlab-ci.yml
parentbb5a72d685bf1bb2924cf7a59d971da98dd8a04e (diff)
downloadnautilus-78275a71807214e22d7211807e3c5ed0e64f9242.tar.gz
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. The two flatpak jobs are relict from the times when GNOME SDK was unstable and broke CI often, which is no more true. Let's remove the flatpak master job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 2 insertions, 17 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09376c7b6..7ceec5eb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ stages:
- cross environment
- deploy
-flatpak devel:
+flatpak:
extends: '.flatpak'
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
variables:
@@ -22,7 +22,7 @@ flatpak devel:
nightly:
extends: '.publish_nightly'
dependencies:
- - 'flatpak devel'
+ - flatpak
fedora latest:
image:
@@ -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