Commit 1b1cac24 authored by tywldx's avatar tywldx

te

parent 504eb1d8
...@@ -86,8 +86,9 @@ def checkout_lua_ui(branchName, gitRepo) { ...@@ -86,8 +86,9 @@ def checkout_lua_ui(branchName, gitRepo) {
t1.size().times { t1.size().times {
dir (projects[it]) { dir (projects[it]) {
def scriptDir = sh "pwd" /* def scriptDir = sh "pwd"*/
echo "=============${scriptDir}" def aa = System.getProperty("user.dir")
echo "=============${aa}"
def folder = new File( './.git/hooks' ) def folder = new File( './.git/hooks' )
echo "----------------${folder}" echo "----------------${folder}"
echo "${folder.exists()}" echo "${folder.exists()}"
......
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