Get rid of incorrect last step in bisect level.
This commit is contained in:
@@ -19,8 +19,8 @@ android {
|
|||||||
applicationId = "solutions.tretter.githugandroid"
|
applicationId = "solutions.tretter.githugandroid"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 153
|
versionCode = 154
|
||||||
versionName = "0.1.152"
|
versionName = "0.1.153"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ internal fun bisectLevel(): Level = level(
|
|||||||
"git bisect bad HEAD",
|
"git bisect bad HEAD",
|
||||||
"git bisect good known-good",
|
"git bisect good known-good",
|
||||||
"git bisect run ./test-balance.sh",
|
"git bisect run ./test-balance.sh",
|
||||||
"git rev-parse --short HEAD^",
|
|
||||||
),
|
),
|
||||||
setup = {
|
setup = {
|
||||||
RepoState(
|
RepoState(
|
||||||
|
|||||||
Reference in New Issue
Block a user