Commit c8b0eee6 authored by daidekun's avatar daidekun

fixbugs

parent ba26ce09
......@@ -34,11 +34,11 @@ def call(body) {
case "java":
_stage.prepare_java(systemName, contextDir)
case "ui":
_stage.prepare_ui(systemName, contextDir)
_stage.prepare_ui(contextDir)
case "nodejs":
_stage.prepare_nodejs(systemName, contextDir)
_stage.prepare_nodejs(contextDir)
case "python":
_stage.prepare_python(systemName, 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