Commit d9d1ded3 authored by 温海元's avatar 温海元

modify build_python config.ini

parent 5e8ce721
......@@ -558,7 +558,7 @@ def build_python( systemName, branchName,contextDir) {
def projectAttr = project_attr(systemName)
configPath = projectAttr["config_path"]
sh "cp -rf ${contextDir}/config.ini ${configPath}"
//sh "cp -rf ${contextDir}/config.ini ${configPath}"
sh "tar zcf ${contextDir}/dist.tgz ./*"
// sh "mv dist.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