gitlab-ci: add one more explanatory comment

Just so the CI is a bit easier to understand
This commit is contained in:
Peter Hutterer 2023-01-06 10:23:51 +10:00
parent e02cb8a015
commit 857735fe7f
2 changed files with 8 additions and 0 deletions

View file

@ -130,6 +130,10 @@ check-merge-request:
junit: results.xml
allow_failure: true
#
# Build distribution-specific images used by the jobs in the build stage
#
fedora:37@container-prep:
extends:
- .fdo.container-build@fedora

View file

@ -138,6 +138,10 @@ check-merge-request:
junit: results.xml
allow_failure: true
#
# Build distribution-specific images used by the jobs in the build stage
#
{% for distro in distributions %}
{% for version in distro.versions %}
{{distro.name}}:{{version}}@container-prep: