From 0a7119028fb5213184e54adceb09d32857ad5671 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 13 Oct 2024 11:34:47 -0300 Subject: [PATCH] gitlab-ci: Use mirrored flatpak*.yml to stop pipeline fails due to sick infra We are getting HTTP error 429 probably because it's a highly requested file, and this is causing pipelines to fail at CI lint. Let's fix this with mirrors. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 456d2003ec5..bffa9ba35bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -741,7 +741,7 @@ dev-docs: - gimp-api-docs-*.tar.xz.SHA512SUMS expire_in: 2 days -include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml' +include: 'https://raw.githubusercontent.com/GNOME/citemplates/master/flatpak/flatpak_ci_initiative.yml' dist-flatpak-weekly: extends: - .default -- GitLab