summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2019-09-28 21:47:22 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2019-09-28 21:47:22 +0000
commit3b7435e62fb3432dc9c0b4b23d9cdbf3378c295c (patch)
tree853ec3e90817833cf904817c88f672048c638cca /.gitlab-ci.yml
parent479c4e26cedae2d937a7933e35798d3419a893bd (diff)
downloadnautilus-3b7435e62fb3432dc9c0b4b23d9cdbf3378c295c.tar.gz
CI: drop superfluous overrides
They are provided by the template we inherit from.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 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: