Commit f1e14103 authored by daidekun's avatar daidekun

f

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