Commit f1e14103 authored by daidekun's avatar daidekun

f

parent bf47432d
...@@ -46,7 +46,7 @@ def call(body) { ...@@ -46,7 +46,7 @@ def call(body) {
_stage.prepare_python(contextDir) _stage.prepare_python(contextDir)
break break
default: default:
echo "未知的buildType: $config.buildType" echo "未知的buildType: ${config.buildType}"
break break
} }
} }
...@@ -67,7 +67,7 @@ def call(body) { ...@@ -67,7 +67,7 @@ def call(body) {
_stage.build_python(namespace, systemName, contextDir) _stage.build_python(namespace, systemName, contextDir)
break break
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