From 86a916317c4ed046819e4707b1805ea5381b0062 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 29 Mar 2022 10:42:08 +0200 Subject: [PATCH] .gitlab-ci.yml: Clarify the reuse job allow to fail configuration Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f9e4a2..449f879 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ dco: reuse: extends: .reuse - # TODO: file tracking bug + # The repository is not yet reuse compliant and we don't have full control on + # it - it is a 3rd party fork. Let if fail for now. allow_failure: true # Customize the .workspace job to set the path of the git repository to deviate -- GitLab