From e6be09b47e7a5150e7b0263f91d68389cac5144e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 24 Mar 2025 19:19:41 +0100 Subject: [PATCH] only pull --- deploy-this/update-from-git.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index c0064dd..815be6f 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -17,7 +17,7 @@ def git_take( projects ){ git_reset = git_take +" reset --hard " sh( git_reset ) } - git_take = git_take +"-C "+project+" pull" + git_take = git_take +"pull"; }else{ git_take = git_take +"clone "+ "https://git.arti24.eu/gitea/"+project+".git" }