mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
Revert "ci: check commit using ci-fairy"
This reverts commit 12c1689aaa
.
Revert ci-fairy check-commits job for now as it seems a bit
buggy. It picks up commits that are not part of the branch
and breaks the CI.
Will investigate further and reintroduce it later.
This commit is contained in:
parent
38c16db9ba
commit
d4e55b655c
1 changed files with 0 additions and 12 deletions
|
@ -391,18 +391,6 @@ gst indent:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check "allow-edit" checkbox on merge requests with ci-fairy
|
# Check "allow-edit" checkbox on merge requests with ci-fairy
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue