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

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