From e62a9d5eee45bb66de45c29265c350168fd9f4be Mon Sep 17 00:00:00 2001 From: lizw Date: Mon, 29 Nov 2021 10:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4build=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 81f24c5..4f46b9c 100644 --- a/build.sh +++ b/build.sh @@ -2,7 +2,9 @@ #set -x set -e -codePath=~/ws/demo1 +codePath=~/ws/yxt_lmis +pushPath=~/build/yxt_lmis +pushGitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis.git gitUrlArr=( "www@git.yvanui.com:yvan-private/yvan-framework.git" "www@git.yvanui.com:jztd/thinkingwms-ui.git" @@ -36,8 +38,6 @@ needBuild=( "-1" "-1" ) -pushPath=~/deploy/yxt_lmis -pushGitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis.git echoPrefix="\033[36m+" echoSuffix="\033[0m"