Commit 8bc153bd authored by wentao.suo's avatar wentao.suo

fffff

parent 7dab6b08
...@@ -7,9 +7,6 @@ def _utils() { ...@@ -7,9 +7,6 @@ def _utils() {
return new org.qg.docker_new.Utils(); return new org.qg.docker_new.Utils();
} }
def debug() { def debug() {
_utils().beautyEcho("debug", "info") _utils().beautyEcho("debug", "info")
} }
...@@ -221,6 +218,7 @@ def build(buildType,systemName, contextDir){ ...@@ -221,6 +218,7 @@ def build(buildType,systemName, contextDir){
default: default:
echo "未知的buildType: ${config.buildType}" echo "未知的buildType: ${config.buildType}"
break break
}
} }
......
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