[glade] ci: cleanup the flatpak template setup



commit 3887720892bf97667b552bb4797675762d036321
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Aug 3 21:34:38 2020 +0000

    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.

 .gitlab-ci.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09bd66438..f490ac148 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'


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