From ab401259d27a1e8387819c1922ba7b2a14648f28 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 22 Dec 2023 00:46:00 +0000 Subject: [PATCH] TeamCity change in 'Spring Petclinic' project: VCS roots of 'Deploy' build configuration were updated --- .teamcity/settings.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 779f885a3fe..47d76e9ef30 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -115,6 +115,10 @@ object Build1 : BuildType({ type = BuildTypeSettings.Type.DEPLOYMENT maxRunningBuilds = 1 + vcs { + root(DslContext.settingsRoot) + } + steps { sshUpload { id = "ssh_deploy_runner"