Commit 30e088ee authored by 智勇's avatar 智勇

更新python配置文件格式

parent 2075d65e
......@@ -106,7 +106,7 @@ def prepare_luaui(systemName, 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"
sh "cp -rf /home/quant_group/config_repository/python/${systemName}.conf ${contextDir}/config.conf"
}
def checkout(buildType,systemName, branchName) {
......
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