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

Daniel P. Berrangé posted 1 patch 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200327144111.14862-1-berrange@redhat.com
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
[libvirt PATCH] gitlab: don't run the DCO check on git master
Posted by Daniel P. Berrangé 4 years ago
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