gitlab: skip checkpatch.pl checks if no commit delta on branch
commitfaf9828e2fbb62cb2edaeeaa48449193d952016f
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 Oct 2020 16:31:34 +0000 (21 17:31 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 27 Oct 2020 09:53:48 +0000 (27 09:53 +0000)
tree6e1ff4b8294967c1fc4b86eb3bc7c52f091f9bd5
parent5ed7ca318541133de14de538f2c67d8c6b08b861
gitlab: skip checkpatch.pl checks if no commit delta on branch

If the current branch is synced to the current upstream git master,
there are no commits that need checking. This causes checkpatch.pl
to print an error that it found no commits. We need to avoid calling
checkpatch.pl in this case.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201019143537.283094-2-berrange@redhat.com>
Message-Id: <20201021163136.27324-5-alex.bennee@linaro.org>
.gitlab-ci.d/check-patch.py