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

.gitlab-ci.yml: disable REUSE and DCO check


With the move to booting.oniroproject.org, the two compliance jobs now
refer to non-existent repository. They will be re-enabled soon, after
all containers and shared jobs definitions are merged into the oniro
project.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent f5f47b33
No related branches found
No related tags found
No related merge requests found
......@@ -22,22 +22,11 @@ stages:
- deploy
include:
- project: 'OSTC/infrastructure/pipelines'
file:
- 'dco.yaml'
- 'reuse.yaml'
- local: '/.oniro-ci/build-generic.yaml'
- local: '/.oniro-ci/test-generic.yaml'
- local: '/.oniro-ci/machines-and-flavours.yaml'
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
dco:
extends: .dco
reuse:
extends: .reuse
# FIXME: https://git.ostc-eu.org/distro/oniro/-/issues/19
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