Commit fc841b4c authored by tywldx's avatar tywldx

test

parent 5ef55b43
...@@ -85,9 +85,10 @@ def checkout_lua_ui(branchName, gitRepo) { ...@@ -85,9 +85,10 @@ def checkout_lua_ui(branchName, gitRepo) {
branches = branchName.split("--") branches = branchName.split("--")
t1.size().times { t1.size().times {
dir (projects[it]) { dir (projects[it]) {
/* def scriptDir = sh "pwd"*/ /* def scriptDir = sh "pwd"*/
def aa = dir def aa = getCurrentDir()
echo "=============${aa}" echo "=============${aa}"
def folder = new File( './.git/hooks' ) def folder = new File( './.git/hooks' )
echo "----------------${folder}" echo "----------------${folder}"
......
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