Fix ci
This commit is contained in:
parent
775bfb1078
commit
bf7c5ffadc
|
|
@ -21,7 +21,7 @@ val commitCount = run {
|
|||
}
|
||||
|
||||
val coreCommitCount = run {
|
||||
val repo = FileRepository(rootProject.file("core/.git"))
|
||||
val repo = FileRepository(rootProject.file(".git/modules/core"))
|
||||
val refId = repo.refDatabase.exactRef("refs/remotes/origin/lspatch").objectId!!
|
||||
Git(repo).log().add(refId).call().count()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue