fix: Remove atomic pushes temporarily (#33052)
This commit is contained in:
parent
9c8f6254fc
commit
6972e91ebb
|
|
@ -225,7 +225,6 @@ public class GitExecutorCEImpl implements GitExecutor {
|
|||
|
||||
StringBuilder result = new StringBuilder("Pushed successfully with status : ");
|
||||
git.push()
|
||||
.setAtomic(true)
|
||||
.setTransportConfigCallback(transportConfigCallback)
|
||||
.setRemote(remoteUrl)
|
||||
.call()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user