Browse Source

ci: Include flatpak template as a project rather than URL

It might get rid of the 429 errors.
fractal-12
Kévin Commaille 10 months ago
parent
commit
2dd845f7e0
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 6
      .gitlab-ci/build.yml
  2. 4
      .gitlab-ci/publish_nightly.yml

6
.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:

4
.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

Loading…
Cancel
Save