Skip to content

Commit

Permalink
Merge pull request #15715 from ahrtr/fix_release_20230414
Browse files Browse the repository at this point in the history
[3.4] fix release.sh: git_assert_branch_in_sync not exist in 3.4
  • Loading branch information
ahrtr committed Apr 14, 2023
2 parents bc19b67 + 46c6ea5 commit 94593e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source ./scripts/test_lib.sh

VER=$1
PROJ="etcd"
REPOSITORY="${REPOSITORY:-git@github.com:etcd-io/etcd.git}"
REPOSITORY="${REPOSITORY:-https://github.com/etcd-io/etcd.git}"

if [ -z "$1" ]; then
echo "Usage: ${0} VERSION" >> /dev/stderr
Expand Down
2 changes: 0 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ main() {
cd "${reldir}/etcd" || exit 2
git checkout "${BRANCH}" || exit 2
git pull origin

git_assert_branch_in_sync || exit 2
fi

# If a release version tag already exists, use it.
Expand Down

0 comments on commit 94593e6

Please sign in to comment.