Skip to content

Commit

Permalink
fix(ci); use tags in branch specification for kotlinx-io
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 21, 2024
1 parent 4b802ec commit 15f69e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot
object KotlinxIO : GitVcsRoot({
name = "kotlinx-io vcs root"
url = "[email protected]: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"
Expand Down

0 comments on commit 15f69e1

Please sign in to comment.