From 6168784a5288b854450c8fe5b4078b155220cd25 Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Thu, 4 May 2023 13:09:29 -0700 Subject: ci: Pin to older ci template The ci template was changed to run-tests during the build which causes our pipelines to fail. Revert to a previous ci template until this is sorted out See: https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/37 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdaf27402..6821f4b73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml' +include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/8430bccd6150b0a2aa97d1d7028c28b6b7e5d4d0/flatpak/flatpak_ci_initiative.yml' variables: GIT_SUBMODULE_STRATEGY: normal -- cgit v1.2.1