[geary/mjog/gitlab-ci-3-36: 3/4] ci: move the bundle var inline the flatpak jbo




commit a7c36a6ddd7f30a522c036827b509292747c5643
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 08ea44e24..fdc9170a6 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]