Commit fbf26d8e authored by daidekun's avatar daidekun

删除

parent a8daf759
......@@ -144,12 +144,6 @@ def build_nodejs(namespace, systemName, contextDir) {
buildCmd = res_json["buildCmd"]
configName = systemName
/* def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install --allow-root"
}*/
sh "mv -f env.config.js ${configPath}"
sh 'tar zcf dist.tgz ./*'
sh "mv dist.tgz ${contextDir}"
......@@ -174,12 +168,6 @@ def build_luaui(namespace, systemNames, contextDir) {
sh "mv -f ../${systemName}.env.config.js ${configPath}"
/* def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install --allow-root"
}*/
sh buildCmd
sh "tar zcf ${systemName}.tgz dist/"
......
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