Removing log. It is not important now.

This commit is contained in:
Artur 2024-10-06 18:17:27 +02:00
parent c5fd1bb2a2
commit d6bee1eb04
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ def git_take( projects ){
}else{
git_take = git_take +"clone "+ "https://artikus.dynu.net:7990/r/"+project+".git"
}
sh( git_take )
sh("git log -n 1")
sh( git_take )
}
}