Skip to content

Commit

Permalink
Remove deleted build types from TC config (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n authored Oct 31, 2023
1 parent 78681ba commit b893ffd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ project {

buildType(Build)
buildType(BuildSecondaryBranches)
buildType(PullRequests)
buildType(PullRequestChecks)
buildType(PullRequestCompatibility)
buildType(PullRequestPatchModifications)

params {
text("docker_jdk_version", "17", label = "Gradle version", description = "The version of the JDK to use during execution of tasks in a JDK.", display = ParameterDisplay.HIDDEN, allowEmpty = false)
Expand Down

0 comments on commit b893ffd

Please sign in to comment.