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. 4
      .gitlab-ci/build.yml
  2. 4
      .gitlab-ci/publish_nightly.yml

4
.gitlab-ci/build.yml

@ -1,6 +1,8 @@
# Build the Flatpak # 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: variables:
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"

4
.gitlab-ci/publish_nightly.yml

@ -1,6 +1,8 @@
# Publish the nightly (Devel) version # 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: publish_nightly@x86_64:
extends: .publish_nightly extends: .publish_nightly

Loading…
Cancel
Save