Skip to content

Commit

Permalink
[MRELEASE-1134] Pass interactive flag to SCM provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Jul 20, 2023
1 parent ee11ded commit 9b56962
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ public ScmRepository getConfiguredRepository(String url, ReleaseDescriptor relea
svnRepo.setBranchBase(branchBase);
}
}

if (!releaseDescriptor.isInteractive()) {
scmManager.get().getProviderByRepository(repository).setInteractive(releaseDescriptor.isInteractive());
}
return repository;
}

Expand Down

0 comments on commit 9b56962

Please sign in to comment.