[geary/alatiera/flatpak-fixups] ci: move the bundle var inline the flatpak jbo



commit 0aeb5b19aaa3c11f55ff1e536de49f8ac22b1f72
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Aug 3 22:22:32 2020 +0000

    ci: move the bundle var inline the flatpak jbo

 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb58586db..41519531a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,9 +5,6 @@
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
 variables:
-  # Flatpak CI vars
-  BUNDLE: geary-dev.flatpak
-
   # ImapDB and other tests that touch the disk are super slow on CI
   # runners like gcc150.osuosl.org that use platter drives still.
   # See Infrastructure/Infrastructure#97.
@@ -91,6 +88,7 @@ flatpak:
     MANIFEST_PATH: org.gnome.Geary.yaml
     RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
     TEST_RUN_ARGS: $TEST_ARGS
+    BUNDLE: geary-dev.flatpak
   extends: .flatpak
 
 nightly:


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