Skip to content
Snippets Groups Projects
Commit c8f11b39 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: switch to CI_ONIRO_AGGREGATED_DOCS_TOKEN


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 9b4bb5bd
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ deploy:
script:
- !reference [.workspace, script]
# We are in the root of the git-repo workspace.
- git clone https://user:$OHOS_AGGREGATED_DOCS_TOKEN@git.ostc-eu.org/distro/oniro-readthedocs-aggregated.git aggregated
- git clone https://user:$CI_ONIRO_AGGREGATED_DOCS_TOKEN@booting.oniroproject.org/distro/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