mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
merge with branch 1.x
This commit is contained in:
@@ -181,7 +181,7 @@ public class RepositoryHookITCase extends AbstractAdminITCaseBase
|
||||
|
||||
private Changeset commit(String message) throws IOException {
|
||||
Changeset a = repositoryClient.getCommitCommand().commit(
|
||||
new Person("scmadmin", "scmadmin@scm-manager.org"), "added a"
|
||||
new Person("scmadmin", "scmadmin@scm-manager.org"), message
|
||||
);
|
||||
if ( repositoryClient.isCommandSupported(ClientCommand.PUSH) ) {
|
||||
repositoryClient.getPushCommand().push();
|
||||
|
||||
Reference in New Issue
Block a user