mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-15 20:58:57 +00:00
ci: check commit using ci-fairy
See https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#checking-commits In this setup it will check for any leftover fixup!/squash! commits and that messages don't have the 'Signed-off-by:' tag. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/304>
This commit is contained in:
parent
e8d4d1f3ad
commit
12c1689aaa
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
include:
|
||||
- remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/ci-fairy.yml"
|
||||
|
||||
stages:
|
||||
- 'build docker'
|
||||
- 'preparation'
|
||||
|
@ -388,6 +391,18 @@ gst indent:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
#
|
||||
# Check commit messages with ci-fairy
|
||||
#
|
||||
check commits:
|
||||
extends: '.fdo.ci-fairy'
|
||||
needs: []
|
||||
stage: 'preparation'
|
||||
variables:
|
||||
GIT_STRATEGY: 'fetch'
|
||||
script:
|
||||
- ci-fairy check-commits --textwidth 0 --no-signed-off-by
|
||||
|
||||
#
|
||||
# gst-build setup templates
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue