Commit ee6ac0b5 authored by daidekun's avatar daidekun

fixbugs

parent f1e14103
...@@ -60,7 +60,7 @@ def call(body) { ...@@ -60,7 +60,7 @@ def call(body) {
case "java": case "java":
_stage.build_java(namespace, systemName, contextDir) _stage.build_java(namespace, systemName, contextDir)
break break
case "ui" || "nodejs": case "ui", "nodejs":
_stage.build_nodejs_and_ui(namespace, systemName, contextDir) _stage.build_nodejs_and_ui(namespace, systemName, contextDir)
break break
case "python": case "python":
......
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