summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-03 21:34:38 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-03 21:34:38 +0000
commit3887720892bf97667b552bb4797675762d036321 (patch)
tree2d985dba906dc3a18e9dea0215949b3cc4f05306
parente19d37750284ff311d9fb1f53ae5dedbab46c901 (diff)
downloadglade-3887720892bf97667b552bb4797675762d036321.tar.gz
ci: cleanup the flatpak template setup
remove the explicit stages as they are not needed. move the bundle env var inline with the job. remove the meson_args evn var as its no longer needed to keep it in sync manually.
-rw-r--r--.gitlab-ci.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09bd6643..f490ac14 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,13 @@
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
-stages:
- - test
- - deploy
-
-variables:
- BUNDLE: "glade-git.flatpak"
-
flatpak:
extends: '.flatpak'
variables:
MANIFEST_PATH: "org.gnome.Glade.json"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
FLATPAK_MODULE: "glade"
- MESON_ARGS: "-Dman=false"
APP_ID: "org.gnome.Glade"
+ BUNDLE: "glade-git.flatpak"
nightly:
extends: '.publish_nightly'