Skip to content

Commit

Permalink
remove add origin remote
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Jan 30, 2025
1 parent 65f5032 commit f316ee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ main() {

# If a release version tag already exists, use it.
local remote_tag_exists
run git remote add origin https://github.com/etcd-io/etcd.git
run git remote -v show
remote_tag_exists=$(run git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSION}" || true)

Expand Down

0 comments on commit f316ee9

Please sign in to comment.