/_programs_

This commit is contained in:
Artur Kuś 2025-03-27 00:29:26 +01:00
parent de5fc7e71b
commit a3a2c3451c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pipeline {
steps { steps {
script { script {
disableSafeDirCheck() disableSafeDirCheck()
dir("_programs_") { dir("/_programs_") {
git_take(projects, git_remote) // Dodano git_remote jako argument git_take(projects, git_remote) // Dodano git_remote jako argument
} }
} }