diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 074e19c05f60c7606974ebc37dd5c9a30c799732..f24cc4bc01ca5e7a16f093fdbd8028e08d7fce3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ deploy: if [ -n "$(git status -s)" ]; then msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA"; git config --local user.name "Oniro Project CI"; - git config --local user.email "ci@ostc-eu.org"; + git config --local user.email "ci@booting.oniroproject.org"; git add -A; git commit -sm "$msg"; git push origin HEAD:main;