From d71e8ffa00a3739125d855178580f0445f2d6e3c Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Tue, 2 Sep 2025 14:58:12 -0300 Subject: [PATCH] gitlab-ci: Use 'ref:' on flatpak_ci_initiative.yml for CI safety Not making use of 'ref:' makes GitLab fetch the latest version of the *initiative.yml with the latest fixes and such. That would not be a problem and even desirable maintenance-wise but that allows GNOME to add anything on our .gitlab-ci.yml at any time. This is hard to debug and can break our CI. For example, see: https://gitlab.gnome.org/GNOME/citemplates/-/issues/35. (cherry picked from commit 459090836a01afae28e36534740d42ed9fb236ab) --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ec6dc2639..673708e0be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -807,8 +807,9 @@ dist-appimage-weekly: expire_in: 8 days include: - project: 'GNOME/citemplates' - file: 'flatpak/flatpak_ci_initiative.yml' + project: GNOME/citemplates + file: flatpak/flatpak_ci_initiative.yml + ref: 42fbc2526a7680b6a4f284a210e63e3973ea6dae dist-flatpak-weekly: extends: