Skip to content
Snippets Groups Projects
Verified Commit e7793889 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

.gitlab-ci.yml: Allow DCO check to fail

Due to a known issue[1] our DCO checker will fail for commits that have
a mismatching email for SoB and Author. For now, make this job optional.

[1] eclipse/oniro-core/oniro#499



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 56b7999b
No related branches found
No related tags found
1 merge request!6.gitlab-ci.yml: Allow DCO check to fail
Pipeline #3239 passed with warnings
...@@ -19,6 +19,8 @@ include: ...@@ -19,6 +19,8 @@ include:
dco: dco:
extends: .dco extends: .dco
# https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/499
allow_failure: true
reuse: reuse:
extends: .reuse extends: .reuse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment