From a3a2c3451ccaa5b2dd4d4ac3dbfbd3145636b180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 27 Mar 2025 00:29:26 +0100 Subject: [PATCH] /_programs_ --- 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 0ba5936..047b140 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { disableSafeDirCheck() - dir("_programs_") { + dir("/_programs_") { git_take(projects, git_remote) // Dodano git_remote jako argument } }