Commit b5c2a07d authored by daidekun's avatar daidekun

_utils

parent 12b1e106
...@@ -4,8 +4,8 @@ import org.qg.docker.Utils; ...@@ -4,8 +4,8 @@ import org.qg.docker.Utils;
import groovy.json.JsonSlurperClassic; import groovy.json.JsonSlurperClassic;
def debug() { def debug() {
u = new org.qg.docker.Utils; def _utils = new org.qg.docker.Utils();
u.beautyEcho("debug", "info") _utils.beautyEcho("debug", "info")
} }
def before_prepare(contextDir) { def before_prepare(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