Commit 0072ab39 authored by daidekun's avatar daidekun

env

parent c039e0d2
...@@ -184,12 +184,13 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp ...@@ -184,12 +184,13 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
sh "bower install" sh "bower install"
} }
if (systemName == "xjd-ui--xyqb-ui") { sh "env"
/* if (systemName == "xjd-ui--xyqb-ui") {
sh "grunt build --force" sh "grunt build --force"
} }
else{ else{*/
sh buildCmd sh buildCmd
} /* }*/
sh "tar zcf ${systemName}.tgz dist/" sh "tar zcf ${systemName}.tgz dist/"
sh "mv ${systemName}.tgz ../${contextDir}" sh "mv ${systemName}.tgz ../${contextDir}"
......
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