From 857735fe7f54aab005ea0e211c975c3c1af822c8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Jan 2023 10:23:51 +1000 Subject: [PATCH] gitlab-ci: add one more explanatory comment Just so the CI is a bit easier to understand --- .gitlab-ci.yml | 4 ++++ .gitlab-ci/ci.template | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dfb5c1a..79f1f03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 3e585db..1726921 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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: