summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-03 21:37:49 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-03 21:37:49 +0000
commit1716f7c52beb9879526b956c2707057b45c4b03f (patch)
tree77207a3540bc1ebae741e1b6ca1d4cebac48bba2
parent345643e47b58e9773b502ed3d8636e428f2fca35 (diff)
downloadgnome-screenshot-1716f7c52beb9879526b956c2707057b45c4b03f.tar.gz
ci: flatpak: remove meson-args variable
We no longer need to manually keep it in sync with the ci.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 336b4de..a24f4d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1,13 @@
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
-variables:
- BUNDLE: 'org.gnome.Screenshot.Devel.flatpak'
-
flatpak:
extends: '.flatpak'
variables:
MANIFEST_PATH: 'org.gnome.Screenshot.json'
- MESON_ARGS: ''
FLATPAK_MODULE: 'gnome-screenshot'
RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo'
APP_ID: 'org.gnome.Screenshot'
+ BUNDLE: 'org.gnome.Screenshot.Devel.flatpak'
nightly:
extends: '.publish_nightly'