Commit 504eb1d8 authored by tywldx's avatar tywldx

te

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