Skip to content

Commit

Permalink
TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of…
Browse files Browse the repository at this point in the history
… 'EXP: Print release branch' build configuration were updated
  • Loading branch information
[email protected] authored and teamcity committed May 28, 2024
1 parent 6c490b1 commit 71bcee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/patches/buildTypes/PrintReleaseBranch.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ changeBuildType(RelativeId("PrintReleaseBranch")) {
check(branchFilter == "+:refs/heads/releases/*") {
"Unexpected option value: branchFilter = $branchFilter"
}
branchFilter = "+:heads/*"
branchFilter = "+:heads/releases/*"
}
}

0 comments on commit 71bcee2

Please sign in to comment.