hotfix GIT subscription script path pass
This commit is contained in:
parent
a313332699
commit
42ccd99b30
|
|
@ -129,7 +129,7 @@ public class GitSubscription implements SubscriptionProvider {
|
|||
try (var shell = new ShellExecutor(ShellExecutor.Config.builder().useSSH(false).build())) {
|
||||
var result = shell.executeCommand(new String[]{
|
||||
config.getScript(),
|
||||
config.getSource()
|
||||
repoDir.getCanonicalPath()
|
||||
});
|
||||
SystemLogger.message("Shell command execution result:"+result, CTX);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue