mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-09 17:15:50 +02:00
TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Publish EAP Build from branch' build configuration were updated
This commit is contained in:
parent
79a216043f
commit
1320034e7e
19
.teamcity/patches/buildTypes/ReleaseEapFromBranch.kts
vendored
Normal file
19
.teamcity/patches/buildTypes/ReleaseEapFromBranch.kts
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
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 = 'ReleaseEapFromBranch'
|
||||
accordingly, and delete the patch script.
|
||||
*/
|
||||
changeBuildType(RelativeId("ReleaseEapFromBranch")) {
|
||||
vcs {
|
||||
|
||||
check(branchFilter == "+:heads/(releases/*)") {
|
||||
"Unexpected option value: branchFilter = $branchFilter"
|
||||
}
|
||||
branchFilter = "heads/releases/*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user