Update release.sh

This commit is contained in:
alexey-milovidov 2020-12-21 09:02:06 +03:00 committed by GitHub
parent 42d421dc11
commit 58d938da5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ then
# Will make a repository with website content as the only commit.
git init
git remote add "${GIT_TEST_URI}"
git remote add origin "${GIT_TEST_URI}"
git config user.email "robot-clickhouse@yandex-team.ru"
git config user.name "robot-clickhouse"