Commit 48e858a7 authored by daidekun's avatar daidekun

fix

parent 6156b897
......@@ -40,7 +40,7 @@ def call(body) {
_utils.beautyEcho(2, 'Checkout')
switch (config.buildType) {
case "lua-ui":
_stage.checkoutUI(branchName, gitRepo)
_stage.checkoutLuaUI(branchName, gitRepo)
break
default:
_stage.checkout(branchName, gitRepo)
......
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