Commit 4f6120f7 authored by daidekun's avatar daidekun

before_prepare

parent 1fc11f6b
...@@ -8,7 +8,7 @@ def _utils(){ ...@@ -8,7 +8,7 @@ def _utils(){
return _utils return _utils
} }
def before_eos(contextDir) { def before_prepare(contextDir) {
sh "rm -rf ${contextDir}" sh "rm -rf ${contextDir}"
sh "cd /home/quant_group/qg-dockerfiles; git pull; cd -" sh "cd /home/quant_group/qg-dockerfiles; git pull; cd -"
sh "cd /home/quant_group/config_repository; git pull origin master; cd -" sh "cd /home/quant_group/config_repository; git pull origin master; cd -"
......
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