Skip to content

Commit

Permalink
fix(ci): drop stage index search for KGP
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 27, 2024
1 parent c06e83f commit 11c809f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object KotlinxCoroutinesBuildSearchIndex : TemplateSearchIndex({
description = "Build search index for Kotlinx Coroutines"

params {
param("env.ALGOLIA_INDEX_NAME", "$KOTLINX_COROUTINES_ID-stage")
param("env.ALGOLIA_INDEX_NAME", "$KOTLINX_COROUTINES_ID")
}

dependencies {
Expand Down

0 comments on commit 11c809f

Please sign in to comment.