Get rid of incorrect last step in bisect level.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user