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

fff

parent ede7de46
......@@ -3,7 +3,10 @@ package org.qg.docker_new;
import org.qg.docker_new.Utils;
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"
......@@ -11,8 +14,7 @@ def debug() {
_utils().beautyEcho("debug", "info")
}
def before_prepare() {
def before_prepare() {
sh "cd /home/quant_group/qg-dockerfiles; git pull; 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