Commit 88319926 authored by wentao.suo's avatar wentao.suo

fix

parent 81152a69
......@@ -181,7 +181,7 @@ def checkout_luaui(systemName, branchName) {
def bowerResult = ext_bower_install()
def npmResult = ext_npm_intall()
def resultNum = bowerResult +resultNum
if(resultNum =0){
if(resultNum ==0){
echo ">>>>>>> is simple ui project"
sh "mkdir dist"
return
......
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