Commit 6c1ec60f authored by wentao.suo's avatar wentao.suo

fff

parent ede7de46
...@@ -3,7 +3,10 @@ package org.qg.docker_new; ...@@ -3,7 +3,10 @@ package org.qg.docker_new;
import org.qg.docker_new.Utils; import org.qg.docker_new.Utils;
import groovy.json.JsonSlurperClassic; import groovy.json.JsonSlurperClassic;
def _utils() { return new org.qg.docker_new.Utils();} def _utils() {
return new org.qg.docker_new.Utils();
}
def harborGroup = "library" def harborGroup = "library"
...@@ -12,7 +15,6 @@ def debug() { ...@@ -12,7 +15,6 @@ def debug() {
} }
def before_prepare() { def before_prepare() {
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