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" }