From 7bbe6d18390cf0c5337aa95912d1d7f98b4ab84e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 17 Aug 2020 16:45:15 +0800 Subject: [PATCH] 1 --- scripts/publish_java/boundle.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/publish_java/boundle.sh b/scripts/publish_java/boundle.sh index b895528..f9b1900 100644 --- a/scripts/publish_java/boundle.sh +++ b/scripts/publish_java/boundle.sh @@ -17,6 +17,14 @@ then cd $work_dir fi +echo $dir_name|grep _bt +if [[ $? -eq 0 ]]; then + cd ${SOURCE_DIR} + git pull + git checkout bt + cd $work_dir +fi + cd ${SOURCE_PATH} echo ${PRE_COMPILE_CMD}|sh echo ${COMPILE_CMD}|sh