diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c28d5b9cc6534c01849654bb0d6a5056818f817d..d547e5450f9fc271a0ddd67b409010692837460c 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.