Get rid of incorrect last step in bisect level.

This commit is contained in:
Joe Tretter
2026-05-18 20:28:12 -05:00
parent 1ce4df1209
commit 3c437c980a
2 changed files with 2 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 153
versionName = "0.1.152"
versionCode = 154
versionName = "0.1.153"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@@ -22,7 +22,6 @@ internal fun bisectLevel(): Level = level(
"git bisect bad HEAD",
"git bisect good known-good",
"git bisect run ./test-balance.sh",
"git rev-parse --short HEAD^",
),
setup = {
RepoState(