This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
commit 72e360b67e7f06b3478849ed17828215de7cc999 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} ###########################
