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
No related merge requests found
...@@ -8,7 +8,7 @@ stages: ...@@ -8,7 +8,7 @@ stages:
- deploy - deploy
include: include:
- project: distro/oniro - project: eclipse/oniro-core/oniro
ref: dunfell ref: dunfell
file: file:
- .oniro-ci/dco.yaml - .oniro-ci/dco.yaml
...@@ -70,7 +70,7 @@ deploy: ...@@ -70,7 +70,7 @@ deploy:
script: script:
- !reference [.workspace, script] - !reference [.workspace, script]
# We are in the root of the git-repo workspace. # 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 {} \; - 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 - tar -c --dereference -C docs --exclude ./.git --exclude ./.gitlab-ci.yml . | tar -x -C aggregated
# Commit and push back, if something changed. # 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