Commit 6156b897 authored by daidekun's avatar daidekun

checkoutUI

parent fc758a7b
...@@ -55,7 +55,7 @@ def checkout(branchName, gitRepo) { ...@@ -55,7 +55,7 @@ def checkout(branchName, gitRepo) {
} }
} }
def checkoutUI(branchName, gitRepo) { def checkoutLuaUI(branchName, gitRepo) {
if(gitRepo.contains("--")){ if(gitRepo.contains("--")){
t1 = gitRepo.split("/") t1 = gitRepo.split("/")
groups = t1[0].split("--") groups = t1[0].split("--")
......
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