Commit b38cbc3f authored by daidekun's avatar daidekun

fixbug

parent c21a4211
...@@ -34,7 +34,7 @@ def call(body) { ...@@ -34,7 +34,7 @@ def call(body) {
_utils.beautyEcho("Checkout", "stage") _utils.beautyEcho("Checkout", "stage")
switch (systemName) { switch (systemName) {
case "eos": case "eos":
_stage.checkout_eos(contextDir) _stage.checkout_eos()
break break
default: default:
echo "Stage_Checkout: 未知的系统: ${systemName}" echo "Stage_Checkout: 未知的系统: ${systemName}"
......
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