Skip to content

Commit

Permalink
fix release.sh: git_assert_branch_in_sync not exist in 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
ahrtr committed Apr 14, 2023
1 parent bc19b67 commit 52aa5e4
Showing 1 changed file with 0 additions and 2 deletions.
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 52aa5e4

Please sign in to comment.