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 41d829f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public ScmRepository getConfiguredRepository(String url, ReleaseDescriptor relea
svnRepo.setBranchBase(branchBase);
}
}

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

Expand Down

0 comments on commit 41d829f

Please sign in to comment.