[libvirt PATCH] gitlab: don't run the DCO check on git master

27 Mar
2020
27 Mar
'20
10:41 a.m.
The "only: branches" does not in fact exclude "master", so it must be excluded explicitly. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- Pushed as a build fix since the DCO check fails on master .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8b316d618..1e3675ace0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -228,3 +228,4 @@ dco: - branches except: - /^v.*-maint$/ + - master -- 2.24.1
1992
Age (days ago)
1992
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel P. Berrangé