From 04a0bc939eeae0090fd0e8964dddf3863a551154 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 11 Mar 2020 11:23:03 +0800 Subject: [PATCH] 1 --- scripts/publish_java/boundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_java/boundle.sh b/scripts/publish_java/boundle.sh index 0818599..b895528 100644 --- a/scripts/publish_java/boundle.sh +++ b/scripts/publish_java/boundle.sh @@ -1,6 +1,7 @@ source ./common.sh work_dir=`pwd` +dir_name=`basename $PWD` if [ -f "custom_init.sh" ]; then source ./custom_init.sh @@ -25,7 +26,6 @@ pwd cd $work_dir tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'` -dir_name=`basename $PWD` package_name=${dir_name}.tar.gz if [[ IS_DEV_ENV -eq 1 ]]; then