From a4f5f585ed73db1b00b4f65b6b4a1302598d6644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 4 Sep 2025 10:39:15 +0200 Subject: [PATCH] sd_ -> _sd_ --- 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 a56cea3..895a605 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { disableSafeDirCheck() - dir("/sd_/_programs_") { + dir("/_sd_/_programs_") { git_take(projects, git_remote) // Dodano git_remote jako argument } }