Commit 0594823f authored by 智勇's avatar 智勇

update build_python

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