Commit 79d5a139 authored by daidekun's avatar daidekun

master

parent 4f29fef8
......@@ -15,7 +15,7 @@ def debug() {
def before_prepare(contextDir) {
sh "rm -rf ${contextDir}"
sh "cd /home/quant_group/qg-dockerfiles; git pull; cd -"
sh "cd /home/quant_group/config_repository; git pull origin new-config; cd -"
sh "cd /home/quant_group/config_repository; git pull origin master; cd -"
}
def prepare_java(systemName, 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