Commit f38b6eec authored by daidekun's avatar daidekun

f

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