From a1308b123c9d4cd7a5ab3d1c9e24fc21caa40a19 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 30 Mar 2022 16:20:14 +0200 Subject: [PATCH] .gitlab-ci.yml: Use repository paths from Eclipse GitLab Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c28d5b9..d547e54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - deploy include: - - project: distro/oniro + - project: eclipse/oniro-core/oniro ref: dunfell file: - .oniro-ci/dco.yaml @@ -70,7 +70,7 @@ deploy: script: - !reference [.workspace, script] # We are in the root of the git-repo workspace. - - git clone https://user:$CI_ONIRO_AGGREGATED_DOCS_TOKEN@booting.oniroproject.org/distro/oniro-readthedocs-aggregated.git aggregated + - git clone https://user:$CI_ONIRO_AGGREGATED_DOCS_TOKEN@gitlab.eclipse.org/eclipse/oniro-core/oniro-readthedocs-aggregated.git aggregated - find aggregated -maxdepth 1 -not -path aggregated/.git -not -path aggregated -exec rm -rvf {} \; - tar -c --dereference -C docs --exclude ./.git --exclude ./.gitlab-ci.yml . | tar -x -C aggregated # Commit and push back, if something changed. -- GitLab