From 2dd845f7e0fe2bb33be4067e36ee0d28c55dd18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 19 May 2025 10:06:33 +0200 Subject: [PATCH] ci: Include flatpak template as a project rather than URL It might get rid of the 429 errors. --- .gitlab-ci/build.yml | 6 ++++-- .gitlab-ci/publish_nightly.yml | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/build.yml b/.gitlab-ci/build.yml index b639291b..315bad2f 100644 --- a/.gitlab-ci/build.yml +++ b/.gitlab-ci/build.yml @@ -1,6 +1,8 @@ # Build the Flatpak -include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml' +include: + - project: "GNOME/citemplates" + file: "flatpak/flatpak_ci_initiative.yml" variables: RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" @@ -44,7 +46,7 @@ build@aarch64: - sed -i "s|master|${GNOME_STABLE_VERSION}|g" ${MANIFEST_PATH} # We want to use the latest LLVM extension for the stable runtime. - sed -i "s|llvm${LLVM_NIGHTLY_VERSION}|llvm${LLVM_STABLE_VERSION}|g" ${MANIFEST_PATH} - + build-stable@x86_64: extends: diff --git a/.gitlab-ci/publish_nightly.yml b/.gitlab-ci/publish_nightly.yml index 5d0ea5c2..cda98aee 100644 --- a/.gitlab-ci/publish_nightly.yml +++ b/.gitlab-ci/publish_nightly.yml @@ -1,6 +1,8 @@ # Publish the nightly (Devel) version -include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml' +include: + - project: "GNOME/citemplates" + file: "flatpak/flatpak_ci_initiative.yml" publish_nightly@x86_64: extends: .publish_nightly