Commit eef0d46d authored by daidekun's avatar daidekun

fixbugs

parent 612c101e
......@@ -36,6 +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 -"
sh "cp -rf /home/quant_group/config_repository/lua-ui/lua/*.lua ${contextDir}"
if (systemNames.contains("--")) {
sh "cp -rf /home/quant_group/config_repository/lua-ui/${systemNames}.vh.conf ${contextDir}"
} else {
......
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