Commit 5ccbf9d9 authored by daidekun's avatar daidekun

lua-ui

parent f0bd3481
......@@ -57,7 +57,7 @@ def call(body) {
case "python":
_stage.prepare_python(contextDir)
break
case "openresty":
case "lua-ui":
_stage.prepare_luaui(contextDir)
break
default:
......@@ -81,7 +81,7 @@ def call(body) {
case "python":
_stage.build_python(namespace, originSystemName, contextDir)
break
case "openresty":
case "lua-ui":
_stage.build_luaui(namespace, originSystemName, contextDir)
break
default:
......
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