Commit b8e088c7 authored by daidekun's avatar daidekun

fixbug

parent 498e0945
......@@ -27,6 +27,7 @@ def prepare_python(contextDir) {
sh "rm -rf ${contextDir}"
sh "cd /home/quant_group/qg-dockerfiles/templates/python; git pull; cd -"
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/python ${contextDir}"
sh "ls -l"
}
def checkout(branchName, gitRepo) {
......
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