Skip to content
Snippets Groups Projects
Verified Commit a1308b12 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

.gitlab-ci.yml: Use repository paths from Eclipse GitLab


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 0022a6fa
No related branches found
No related tags found
1 merge request!1.gitlab-ci.yml: Use repository paths from Eclipse GitLab
Pipeline #2880 failed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment