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

Daniel P. Berrangé berrange at redhat.com
Fri Mar 27 14:41:11 UTC 2020


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

Signed-off-by: Daniel P. Berrangé <berrange at 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




More information about the libvir-list mailing list