From 895e6615417dda45c83ebd99f996e74ae39d3a32 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 22 Mar 2022 20:02:41 +0100 Subject: [PATCH] .gitlab-ci.yml: Include Oniro project migrated to Eclipse The main oniro repository which holds the hidden CI jobs was migrated to Eclipse. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39eff2c..9ed503d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - report include: - - project: 'distro/oniro' + - project: 'eclipse/oniro-core/oniro' file: - '/.oniro-ci/dco.yaml' - '/.oniro-ci/reuse.yaml' -- GitLab