Commit 7723f831 authored by 赵啸非's avatar 赵啸非

精简pom.xml文件

parent 15750dcc
......@@ -103,8 +103,11 @@ project_ui_deploy() {
main() {
echo "后台服务部署"
project_deploy
echo "前端服务部署"
project_ui_deploy
#判断是否需要部署ui
if [ "@skipUi@" == "false" ];then
echo "前端服务部署"
project_ui_deploy
fi;
exit ${RETVAL}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment