Skip to content

Commit 7337b6f

Browse files
Reset after git bisect in script (#16589)
2 parents 7fe700b + ebaf273 commit 7337b6f

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)