From: Jordan Petridis Date: Thu, 8 Jun 2023 16:54:18 +0000 (+0300) Subject: ci: Specify the branch to export for the flatpak template X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b18c6b0413cf252e41ac2f36073f5e5b1d8ced;p=thirdparty%2Fvala.git ci: Specify the branch to export for the flatpak template Followup to 0da094d5e --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35e3426fa..2f79c25ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ include: "https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ BUNDLE: "vala-extension.flatpak" EXPORT_RUNTIME: "--runtime" RUN_TESTS: "no" + BRANCH: "22.08" flatpak-extension@x86_64: extends: [".flatpak@x86_64", ".vars-extension"]