From 6be17f636f2abb09f9d34e96978a1409d045dafb Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 12 Apr 2022 11:28:24 +0200 Subject: [PATCH] ci: Use the repository structure in EF Gitlab This change tweaks the CI comments and references to the EF migrated repositories. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/build-generic.yaml | 2 +- .oniro-ci/dco.yaml | 2 +- .oniro-ci/reuse.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml index 42b3c571..b10198c5 100644 --- a/.oniro-ci/build-generic.yaml +++ b/.oniro-ci/build-generic.yaml @@ -345,7 +345,7 @@ # This job is documented in docs/ci/hidden-jobs/aggregate-docs.rst .aggregate-docs: stage: deploy - trigger: distro/docs + trigger: eclipse/oniro-core/docs rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: never diff --git a/.oniro-ci/dco.yaml b/.oniro-ci/dco.yaml index 3193c4ed..86327b98 100644 --- a/.oniro-ci/dco.yaml +++ b/.oniro-ci/dco.yaml @@ -30,7 +30,7 @@ # # add any stages that your pipeline requires here # # include: -# - project: 'distro/oniro' +# - project: 'eclipse/oniro-core/oniro' # file: '.oniro-ci/dco.yaml' # # dco: diff --git a/.oniro-ci/reuse.yaml b/.oniro-ci/reuse.yaml index f7e7b689..f8536d3d 100644 --- a/.oniro-ci/reuse.yaml +++ b/.oniro-ci/reuse.yaml @@ -33,7 +33,7 @@ # # add any stages that your pipeline requires here # # include: -# - project: 'distro/oniro' +# - project: 'eclipse/oniro-core/oniro' # file: '.oniro-ci/reuse.yaml' # # reuse: -- GitLab