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 : ");
|
StringBuilder result = new StringBuilder("Pushed successfully with status : ");
|
||||||
git.push()
|
git.push()
|
||||||
.setAtomic(true)
|
|
||||||
.setTransportConfigCallback(transportConfigCallback)
|
.setTransportConfigCallback(transportConfigCallback)
|
||||||
.setRemote(remoteUrl)
|
.setRemote(remoteUrl)
|
||||||
.call()
|
.call()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user