Skip to content

Commit

Permalink
Reset after git bisect in script (#16589)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki authored Jan 9, 2023
2 parents 7fe700b + ebaf273 commit 7337b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/scripts/bisect.scala
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ class CommitBisect(validationScriptPath: String):
s"git bisect bad $fistBadHash".!
s"git bisect good $lastGoodHash".!
Seq("git", "bisect", "run", "sh", "-c", bisectRunScript).!
s"git bisect reset".!

0 comments on commit 7337b6f

Please sign in to comment.