From 71bcee2a0782ca3d346487f1627dbf0d1c42a733 Mon Sep 17 00:00:00 2001 From: "aleksei.plate@jetbrains.com" Date: Tue, 28 May 2024 20:40:30 +0000 Subject: [PATCH] TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated --- .teamcity/patches/buildTypes/PrintReleaseBranch.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/patches/buildTypes/PrintReleaseBranch.kts b/.teamcity/patches/buildTypes/PrintReleaseBranch.kts index 9790a43a20..ccfaede1cc 100644 --- a/.teamcity/patches/buildTypes/PrintReleaseBranch.kts +++ b/.teamcity/patches/buildTypes/PrintReleaseBranch.kts @@ -14,6 +14,6 @@ changeBuildType(RelativeId("PrintReleaseBranch")) { check(branchFilter == "+:refs/heads/releases/*") { "Unexpected option value: branchFilter = $branchFilter" } - branchFilter = "+:heads/*" + branchFilter = "+:heads/releases/*" } }