Commit aef1c58a authored by daidekun's avatar daidekun

fixbugs

parent bec1f28a
...@@ -197,7 +197,6 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp ...@@ -197,7 +197,6 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
sh "mv -f ../${systemName}.env.config.js ${configPath}" sh "mv -f ../${systemName}.env.config.js ${configPath}"
} }
sh "mv -f ../${systemName}.env.config.js ${configPath}"
def bowerFile = fileExists './bower.json' def bowerFile = fileExists './bower.json'
if (bowerFile) { if (bowerFile) {
......
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