This commit is contained in:
Artur Kuś 2025-03-24 19:07:26 +01:00
parent 999fdbd5d3
commit f4d15a8b1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
def projects = [ def projects = [
"proxy-nginx", "proxy-nginx",
"zaklik-by-node-js" "arti24"
] ]
def git_take( projects ){ def git_take( projects ){
@ -19,7 +19,7 @@ def git_take( projects ){
} }
git_take = git_take +"-C "+project+" pull" git_take = git_take +"-C "+project+" pull"
}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 ) sh( git_take )
dir( project ){ dir( project ){