Commit 508d84be authored by tywldx's avatar tywldx

fx

parent 3f765c26
...@@ -86,7 +86,7 @@ def checkout_lua_ui(branchName, gitRepo) { ...@@ -86,7 +86,7 @@ def checkout_lua_ui(branchName, gitRepo) {
t1.size().times { t1.size().times {
dir (projects[it]) { dir (projects[it]) {
def folder = new File( '.git/hooks' ) def folder = new File( './.git/hooks' )
echo "----------------${folder}" echo "----------------${folder}"
echo "${folder.exists()}" echo "${folder.exists()}"
sh "pwd" sh "pwd"
......
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