Commit c8fdb18c authored by daidekun's avatar daidekun

split

parent 6d641123
......@@ -36,7 +36,7 @@ def prepare_luaui(systemNames, contextDir) {
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/lua-ui ${contextDir}"
sh "cd /home/quant_group/config_repository/lua-ui; git pull; cd -"
arrSystem = systemNames.spit("--")
arrSystem = systemNames.split("--")
for (systemName in arrSystem) {
sh "cp -rf /home/quant_group/config_repository/lua-ui/config/${systemName}.js ${systemName}.env.config.js"
}
......
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