| commit | 335f1bce800893c1cd1881cb8a503e3ed802fd15 | [log] [tgz] |
|---|---|---|
| author | piudin <piudin@mirantis.com> | Thu Sep 18 22:37:13 2025 +0400 |
| committer | Pavel Iudin <piudin@mirantis.com> | Tue Sep 23 11:54:36 2025 +0000 |
| tree | 019f2893c34c64dd42e8c012902af1dbc2c9e822 | |
| parent | 68be8920ae85af2d804e4ec4ce6dd970c90afbb7 [diff] [blame] |
Fix warnings spam Task: PRODX-54485 Change-Id: Ic4868cc29435e4cd1533e737ce8eb8ca8fa27c13
diff --git a/src/com/mirantis/mk/Git.groovy b/src/com/mirantis/mk/Git.groovy index eb08e7d..74571eb 100644 --- a/src/com/mirantis/mk/Git.groovy +++ b/src/com/mirantis/mk/Git.groovy
@@ -64,6 +64,7 @@ * @param branch Branch desired to switch to */ def changeGitBranch(path, branch) { + def git_cmd dir(path) { git_cmd = sh ( script: "git checkout ${branch}",