Commit cf4d6af0 authored by daidekun's avatar daidekun

fix dis

parent ddabdde7
...@@ -189,8 +189,8 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp ...@@ -189,8 +189,8 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
sh "bower install" sh "bower install"
} }
sh buildCmd sh buildCmd
sh 'tar zcf ${systemName}.dist.tgz dist/' sh 'tar zcf ${systemName}.tgz dist/'
sh "mv ${systemName}.dist.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