From bf070753dc0aa2d278730d6632a21cd5fcfcefcd Mon Sep 17 00:00:00 2001 From: lizw Date: Tue, 8 Feb 2022 10:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=BF=83=E5=A0=82=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 19 ------------------- yxt/build.sh | 19 ------------------- 2 files changed, 38 deletions(-) diff --git a/build.sh b/build.sh index 8632a43..aacab5a 100644 --- a/build.sh +++ b/build.sh @@ -9,7 +9,6 @@ pushPath_2=~/build/yxt_lmis_report pushGitUrl_2=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_report.git gitUrlArr=( "www@git.yvanui.com:yvan-private/yvan-framework.git" - "www@git.yvanui.com:jztd/thinkingwms-ui.git" "www@git.yvanui.com:jztd/wms-core.git" "www@git.yvanui.com:jztd/yvan-ext.git" "www@git.yvanui.com:jztd/wms8.git" @@ -18,7 +17,6 @@ gitUrlArr=( ) branchArr=( "master" - "master" "yxt_20211025" "master" "master" @@ -27,7 +25,6 @@ branchArr=( ) positionArr=( "." - "thinkingwms-ui" "lmis" "yvan-ext" "wms8" @@ -42,7 +39,6 @@ needBuild=( "-1" "-1" "-1" -"-1" ) echoPrefix="\033[36m+" @@ -64,21 +60,6 @@ buildCode() { echo "yvan-ext 文件未变化" fi - # 构建 thinkingwms-ui/client - if [ "${needBuild[1]}" != "0" ]; then - echo -e "$echoPrefix cd $codePath/thinkingwms-ui/client $echoSuffix" - cd "$codePath/thinkingwms-ui/client" - echo -e "$echoPrefix yarn $echoSuffix" - yarn - echo -e "$echoPrefix yarn link yvan-ext $echoSuffix" - yarn link yvan-ext - echo -e "$echoPrefix yarn build $echoSuffix" - yarn build - echo "" - else - echo "thinkingwms-ui 文件未变化" - fi - # 构建 lmis/client if [ "${needBuild[2]}" != "0" ]; then echo -e "$echoPrefix cd lmis/client $echoSuffix" diff --git a/yxt/build.sh b/yxt/build.sh index 8632a43..aacab5a 100644 --- a/yxt/build.sh +++ b/yxt/build.sh @@ -9,7 +9,6 @@ pushPath_2=~/build/yxt_lmis_report pushGitUrl_2=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_report.git gitUrlArr=( "www@git.yvanui.com:yvan-private/yvan-framework.git" - "www@git.yvanui.com:jztd/thinkingwms-ui.git" "www@git.yvanui.com:jztd/wms-core.git" "www@git.yvanui.com:jztd/yvan-ext.git" "www@git.yvanui.com:jztd/wms8.git" @@ -18,7 +17,6 @@ gitUrlArr=( ) branchArr=( "master" - "master" "yxt_20211025" "master" "master" @@ -27,7 +25,6 @@ branchArr=( ) positionArr=( "." - "thinkingwms-ui" "lmis" "yvan-ext" "wms8" @@ -42,7 +39,6 @@ needBuild=( "-1" "-1" "-1" -"-1" ) echoPrefix="\033[36m+" @@ -64,21 +60,6 @@ buildCode() { echo "yvan-ext 文件未变化" fi - # 构建 thinkingwms-ui/client - if [ "${needBuild[1]}" != "0" ]; then - echo -e "$echoPrefix cd $codePath/thinkingwms-ui/client $echoSuffix" - cd "$codePath/thinkingwms-ui/client" - echo -e "$echoPrefix yarn $echoSuffix" - yarn - echo -e "$echoPrefix yarn link yvan-ext $echoSuffix" - yarn link yvan-ext - echo -e "$echoPrefix yarn build $echoSuffix" - yarn build - echo "" - else - echo "thinkingwms-ui 文件未变化" - fi - # 构建 lmis/client if [ "${needBuild[2]}" != "0" ]; then echo -e "$echoPrefix cd lmis/client $echoSuffix"