mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
ci: Remove duplicate check for sign-off trailers
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -110,7 +110,6 @@ review:
|
|||||||
codespell --ignore-words-list=keypair,sorce,ned,nd,ue || ERROR=1;
|
codespell --ignore-words-list=keypair,sorce,ned,nd,ue || ERROR=1;
|
||||||
./.gitlab-ci/clang-format-check.sh || ERROR=1;
|
./.gitlab-ci/clang-format-check.sh || ERROR=1;
|
||||||
./.gitlab-ci/git-check-signoff-trailer.sh ${CI_MERGE_REQUEST_DIFF_BASE_SHA} || ERROR=1;
|
./.gitlab-ci/git-check-signoff-trailer.sh ${CI_MERGE_REQUEST_DIFF_BASE_SHA} || ERROR=1;
|
||||||
./.gitlab-ci/git-check-signoff-trailer.sh ${CI_MERGE_REQUEST_DIFF_BASE_SHA} || ERROR=1;
|
|
||||||
./.gitlab-ci/shellcheck.sh || ERROR=1;
|
./.gitlab-ci/shellcheck.sh || ERROR=1;
|
||||||
exit $ERROR
|
exit $ERROR
|
||||||
# the format is not always matching our intentions
|
# the format is not always matching our intentions
|
||||||
|
|||||||
Reference in New Issue
Block a user