From 2b100a912b9d4d6264bdd5036938d8848df175c5 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 23 Jul 2025 19:34:45 +0300 Subject: [PATCH] ci: Pin the version of the Flatpak template In [1] the template broke due to the inclusion of a sub-include which doesn't resolve across different gitlab instances without the same group setup. Pin the template for now to the previous working commit [1] https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/104#note_2501085 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f9afac3..689e58b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ include: - project: 'freedesktop/ci-templates' ref: master file: '/templates/fedora.yml' - - remote: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml' + - remote: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/71e636e012ae0ab04c5e0fe40ca73ada91ae6bde/flatpak/flatpak_ci_initiative.yml' default: # Auto-retry jobs in case of infra failures