sh git_take

This commit is contained in:
Artur Kuś 2025-03-24 22:38:26 +01:00
parent 04f2fb8846
commit 8bce5a3e59
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ def git_take( projects ){
sh( git_take ) sh( git_take )
} }
}else{ }else{
git_take = git_take +"clone "+ "https://git.arti24.eu/gitea/"+project+".git" git_take = git_take +"clone https://git.arti24.eu/gitea/"+project+".git"
sh( git_take )
} }
dir( project ){ dir( project ){
sh( "git log -n 1"); sh( "git log -n 1");