From 1fc4776dec7a59c6fb150c9f83a10ba28d48a0e5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 3 Feb 2020 11:50:12 +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 54a511e..de50a0d 100644 --- a/scripts/publish_java/boundle.sh +++ b/scripts/publish_java/boundle.sh @@ -16,7 +16,7 @@ package_name=${dir_name}.tar.gz reg='\.*D[1-9]$' if [[ $tag_name =~ $reg ]] then - touch bin/istest_env + touch bin/is_test_env fi tar --exclude=*.git -chzf target/${package_name} bin common.sh reload.sh restart.sh start_instance.sh manage.py config lib ${EXT_PKG_FILES}