Skip to content

Commit

Permalink
TeamCity change in 'Ideavim' project: general settings of 'Tests for …
Browse files Browse the repository at this point in the history
…IntelliJ IC-2023.1' build configuration were updated
  • Loading branch information
filipp.vakhitov authored and teamcity committed Nov 17, 2023
1 parent f80d1de commit 11f23dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .teamcity/patches/buildTypes/IdeaVimTests_2023_1.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package patches.buildTypes

import jetbrains.buildServer.configs.kotlin.v2019_2.*
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*

/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, change the buildType with id = 'IdeaVimTests_2023_1'
accordingly, and delete the patch script.
*/
changeBuildType(RelativeId("IdeaVimTests_2023_1")) {
check(name == "Tests for IntelliJ 2023.1") {
"Unexpected name: '$name'"
}
name = "Tests for IntelliJ IC-2023.1"
}

0 comments on commit 11f23dc

Please sign in to comment.