Skip to content

Integrate gitlab-ci/define-yamllint-explicitly

GitBot requested to merge integrate/gitlab-ci/define-yamllint-explicitly into master

Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b2bc220

Define yamllint job explicitly in each pipeline

The yamllint job was included in the pipeline implicitly via the inclusion of common.yml. This is not very transparent. Make the common definition a base job and extend it explicitly in each pipeline now.

Add infrastructure stage comment header into both yaml files.

Merge request reports