Skip to content

Commit ebaf273

Browse files
committed
Reset after git bisect in script
1 parent 6f5bb34 commit ebaf273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/scripts/bisect.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ class CommitBisect(validationScriptPath: String):
112112
s"git bisect bad $fistBadHash".!
113113
s"git bisect good $lastGoodHash".!
114114
Seq("git", "bisect", "run", "sh", "-c", bisectRunScript).!
115+
s"git bisect reset".!

0 commit comments

Comments
 (0)