This is an automated email from the ASF dual-hosted git repository.

alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-release.git

commit 7348e679fd82ef1094587d4341d48de1eb3b20d9
Author: Aleksey Plekhanov <plehanov.a...@gmail.com>
AuthorDate: Thu Oct 22 16:33:01 2020 +0300

    Explicitly set gitbox as remote repository
---
 scripts/vote_1[git]create_rc_tag.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/vote_1[git]create_rc_tag.sh 
b/scripts/vote_1[git]create_rc_tag.sh
index 015d67f..9d029ba 100644
--- a/scripts/vote_1[git]create_rc_tag.sh
+++ b/scripts/vote_1[git]create_rc_tag.sh
@@ -7,6 +7,8 @@ echo "Preparing tag ${ignite_version}${rc_name}"
 
 cd git
 
+git remote set-url origin https://gitbox.apache.org/repos/asf/ignite.git
+
 git fetch --tags
 
 # Uncomment to remove tag with the same name

Reply via email to