Skip to content
Snippets Groups Projects
Commit 1dac1e4b authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: enable DCO and REUSE checks


REUSE is allowed to fail, DCO is enforced.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent f6c0cd91
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,16 @@ include:
- local: '/.oniro-ci/build-generic.yaml'
- local: '/.oniro-ci/test-generic.yaml'
- local: '/.oniro-ci/machines-and-flavours.yaml'
- local: '/.oniro-ci/dco.yaml'
- local: '/.oniro-ci/reuse.yaml'
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
dco:
extends: .dco
reuse:
extends: .reuse
allow_failure: true
build-docs:
extends: .build-docs
......
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