Commit 5ccbf9d9 authored by daidekun's avatar daidekun

lua-ui

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