Commit 504eb1d8 authored by tywldx's avatar tywldx

te

parent fd82accc
...@@ -86,10 +86,8 @@ def checkout_lua_ui(branchName, gitRepo) { ...@@ -86,10 +86,8 @@ def checkout_lua_ui(branchName, gitRepo) {
t1.size().times { t1.size().times {
dir (projects[it]) { dir (projects[it]) {
def scriptDir = getClass().protectionDomain.codeSource.location.path def scriptDir = sh "pwd"
def currentDir = new File(".").getAbsolutePath()
echo "=============${scriptDir}" echo "=============${scriptDir}"
echo "=-=-=-=-=-=${currentDir}"
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