Commit b693c64c authored by daidekun's avatar daidekun

fixbugs

parent a109c371
...@@ -40,7 +40,7 @@ def call(body) { ...@@ -40,7 +40,7 @@ def call(body) {
_stage.prepare_ui(contextDir) _stage.prepare_ui(contextDir)
break break
case "nodejs": case "nodejs":
_stage.prepare_nodejs(contextDir) _stage.prepare_nodejs(systemName, contextDir)
break break
case "python": case "python":
_stage.prepare_python(contextDir) _stage.prepare_python(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