+arti24
This commit is contained in:
parent
999fdbd5d3
commit
f4d15a8b1d
|
|
@ -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 ){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue