gitlab: don't run the DCO check on git master

The "only: branches" does not in fact exclude "master", so it must be
excluded explicitly.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-03-27 14:36:16 +00:00
parent 2c33dfb66f
commit 2e78ba6a36

View File

@ -228,3 +228,4 @@ dco:
- branches
except:
- /^v.*-maint$/
- master