Explorar el Código

调整build目录

lizw hace 3 años
padre
commit
e62a9d5eee
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      build.sh

+ 3 - 3
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"