This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/release-0.2 by this push:
new 3e027e1e [hotfix] Remove old dir in create_binary_release.sh
3e027e1e is described below
commit 3e027e1eaab51de9c60a165562adb227b2467ef2
Author: JingsongLi <[email protected]>
AuthorDate: Mon Jul 25 16:48:14 2022 +0800
[hotfix] Remove old dir in create_binary_release.sh
---
tools/releasing/create_binary_release.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/releasing/create_binary_release.sh
b/tools/releasing/create_binary_release.sh
index c03acb5c..7db6f192 100755
--- a/tools/releasing/create_binary_release.sh
+++ b/tools/releasing/create_binary_release.sh
@@ -49,6 +49,8 @@ cd ..
FLINK_DIR=`pwd`
RELEASE_DIR=${FLINK_DIR}/tools/releasing/release
+
+rm -rf ${RELEASE_DIR}
mkdir ${RELEASE_DIR}
###########################