mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-03 01:00:10 +01:00
gitlab-ci: add one more explanatory comment
Just so the CI is a bit easier to understand
This commit is contained in:
parent
e02cb8a015
commit
857735fe7f
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue