Commit 408f3ba8 authored by daidekun's avatar daidekun

fixbugs

parent 1aa7d8a8
...@@ -90,7 +90,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) { ...@@ -90,7 +90,7 @@ def deploy(namespace, systemName, imageTag, tier, isDeploy) {
} }
def clean(contextDir) { def clean(contextDir) {
sh "rm -rf ./${contextDir}" 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