From 9d0bc373cd86ab3e023e9308cbcd17a4646368f5 Mon Sep 17 00:00:00 2001 From: "tommaso@teklada.com" Date: Sat, 18 May 2024 11:54:44 +0000 Subject: [PATCH] TeamCity change in 'Spring Petclinic' project: runners of 'Deploy' build configuration were updated --- .teamcity/settings.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index cadc5a7bd..eb570db7a 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -157,7 +157,7 @@ object Deploy : BuildType({ val githubToken = getArg(args,"token" ) val releaseId = createRelease(client, githubToken, repoOwner, repoName, tagName, releaseName, releaseDescription) - //uploadFileToRelease(client, githubToken, repoOwner, repoName, releaseId, filePath) + uploadFileToRelease(client, githubToken, repoOwner, repoName, releaseId, filePath) """.trimIndent() arguments = """-repoOwner "TPG-Teklada" -repoName "spring-petclinic" -tagName "v1.0.0" -releaseName "Release 1.0.0" -description "Description of the release" -filePath "*.jar" -token "%github_key%"""" }