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