Skip to content

Commit

Permalink
[#65] Add missing git push when commit-on-fail is on
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Jun 24, 2022
1 parent 9336edb commit 1f9c631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tcr-engine/engine/tcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ func (tcr *TcrEngine) revert(event events.TcrEvent) {
if err != nil {
return
}
tcr.handleError(tcr.vcs.Push(), false, status.GitError)
}
tcr.revertSrcFiles()
}
Expand Down

0 comments on commit 1f9c631

Please sign in to comment.