Skip to content

Commit

Permalink
Merge pull request #33053 from appsmithorg/cp/20240430-2
Browse files Browse the repository at this point in the history
fix: Remove atomic pushes temporarily (#33052)
  • Loading branch information
nidhi-nair committed Apr 30, 2024
2 parents 9c8f625 + 6972e91 commit 5a6f095
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public Mono<String> pushApplication(

StringBuilder result = new StringBuilder("Pushed successfully with status : ");
git.push()
.setAtomic(true)
.setTransportConfigCallback(transportConfigCallback)
.setRemote(remoteUrl)
.call()
Expand Down

0 comments on commit 5a6f095

Please sign in to comment.