ci: move the bundle var inline the flatpak jbo
This commit is contained in:
parent
403fee4f14
commit
0aeb5b19aa
1 changed files with 1 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue