Commit a94cb848 authored by daidekun's avatar daidekun

f

parent d615c3eb
......@@ -103,7 +103,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) {
}
def clean(contextDir, imageTag) {
sh "docker rmi -f $(docker images -q ${imageTag})"
sh "docker rmi -f \$(docker images -q ${imageTag})"
sh "rm -rf ${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