Commit 4e0afe00 authored by daidekun's avatar daidekun

systemName

parent 07c8a3be
......@@ -45,7 +45,7 @@ def prepare_luaui(systemNames, contextDir) {
}
}
def prepare_python(contextDir) {
def prepare_python(systemName, contextDir) {
sh "rm -rf ${contextDir}"
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/python ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/python/${systemName}.ini ${contextDir}/config.ini"
......
......@@ -65,7 +65,7 @@ def call(body) {
_stage.prepare_nodejs(systemName, contextDir)
break
case "python":
_stage.prepare_python(contextDir)
_stage.prepare_python(systemName, contextDir)
break
case "lua-ui":
_stage.prepare_luaui(systemName, 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