Clear repository on settings update
This commit is contained in:
parent
587066cfd3
commit
4b01aa6f1e
@ -305,6 +305,7 @@ public class DefaultEntitiesVersionControlService implements EntitiesVersionCont
|
||||
throw new RuntimeException("Failed to load version control settings!", e);
|
||||
}
|
||||
try {
|
||||
gitService.clearRepository(tenantId);
|
||||
gitService.initRepository(tenantId, savedVersionControlSettings);
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("Failed to init repository!", e);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user