From 15f69e1ebfe1fb31a4bc03fa6dd0f16738b39558 Mon Sep 17 00:00:00 2001 From: zoobestik Date: Thu, 21 Nov 2024 12:02:02 +0100 Subject: [PATCH] fix(ci); use tags in branch specification for kotlinx-io --- .teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt b/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt index e8405d8a57b..1d0b5f93a5f 100644 --- a/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt +++ b/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt @@ -6,11 +6,11 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot object KotlinxIO : GitVcsRoot({ name = "kotlinx-io vcs root" url = "git@github.com:Kotlin/kotlinx-io.git" - branch = "$KOTLINX_IO_RELEASE_TAG" + branch = "refs/tags/$KOTLINX_IO_RELEASE_TAG" branchSpec = """ - +:refs/heads/(*) - +:refs/tags/(*) - """.trimIndent() + +:refs/heads/(*) + +:refs/tags/(*) + """.trimIndent() useTagsAsBranches = true authMethod = uploadedKey { uploadedKey = "teamcity"