ci: Disable container building

The freedesktop.org GitLab is undergoing extensive migration, so to
unblock our CI, disable container building using ci-templates for now.
This commit is contained in:
Niels De Graef 2025-03-18 23:16:24 +01:00
parent 3adaf31d97
commit 4afd50c370

View File

@ -33,10 +33,16 @@ variables:
# Create CI Docker Images #
#############################################
# Temporarily set a dummy container build for the FDO GitLab migration, which is down
.dummy-container-build:
script:
- echo Dummy container build
# See also https://gitlab.gnome.org/Infrastructure/freedesktop-ci-templates
build.container.fedora@x86_64:
extends:
- '.fdo.container-build@fedora'
# - '.fdo.container-build@fedora'
- .dummy-container-build
- '.fedora.container.common'
stage: prepare
variables: