diff --git a/.teamcity/patches/projects/BuildTestImages.kts b/.teamcity/patches/projects/BuildTestImages.kts deleted file mode 100644 index 6aa1ed7c..00000000 --- a/.teamcity/patches/projects/BuildTestImages.kts +++ /dev/null @@ -1,16 +0,0 @@ -package patches.projects - -import jetbrains.buildServer.configs.kotlin.v2019_2.* -import jetbrains.buildServer.configs.kotlin.v2019_2.Project -import jetbrains.buildServer.configs.kotlin.v2019_2.ui.* - -/* -This patch script was generated by TeamCity on settings change in UI. -To apply the patch, create a project with id = 'BuildTestImages' -in the root project, and delete the patch script. -*/ -create(DslContext.projectId, Project({ - id("BuildTestImages") - name = "Build: Test Images" -})) -