Skip to content

Commit

Permalink
chore(apis); fix ci naming misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 22, 2024
1 parent 0e38dd3 commit edcc2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/builds/apiReferences/BuildApiPages.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract class BuildApiPages(
vcsDefaultTrigger: VcsTrigger.() -> Unit = {},
init: BuildType.() -> Unit = {}
) : BuildType({
name = "/api/$apiId pages"
name = "$apiId pages"
description = "Build pages for /api/$apiId"

artifactRules = "$pagesRoot/** => pages.zip"
Expand Down

0 comments on commit edcc2b1

Please sign in to comment.