From fccd7f97c3077514ccf20992daeeb29af3f61c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sun, 16 Mar 2025 21:12:12 +0800 Subject: [PATCH] ci: Disable container building temporarily The freedesktop.org GitLab is undergoing extensive migration, so to unblock our CI, disable container building using ci-templates for now. Part-of: --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 456e59569..7fdc09b89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,9 +127,14 @@ check-merge-request: reports: junit: check-merge-request-report.xml +.dummy-container-build: + script: + - echo Dummy container build + build-fedora-container: extends: - - .fdo.container-build@fedora@x86_64 + #- .fdo.container-build@fedora@x86_64 + - .dummy-container-build - .gnome-shell.fedora stage: prep