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

.gitlab-ci.yml: rename OpenHarmony to AllScenariOS


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 0bf832bd
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ deploy: ...@@ -76,7 +76,7 @@ deploy:
cd aggregated; cd aggregated;
if [ -n "$(git status -s)" ]; then if [ -n "$(git status -s)" ]; then
msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA"; msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA";
git config --local user.name "OpenHarmony CI"; git config --local user.name "AllScenariOS CI";
git config --local user.email "ci@ostc-eu.org"; git config --local user.email "ci@ostc-eu.org";
git add -A; git add -A;
git commit -sm "$msg"; git commit -sm "$msg";
......
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