From 98f23c0fba0fc74a2e2082eeb777aa8ddc8faf42 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Sun, 18 Feb 2024 19:08:14 +0100 Subject: [PATCH] [build] Take artifacts from maven.zip when bootstrapping on a teamcity build --- repo/scripts/kotlin-bootstrap.settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/scripts/kotlin-bootstrap.settings.gradle.kts b/repo/scripts/kotlin-bootstrap.settings.gradle.kts index fd203ccc689..27254604140 100644 --- a/repo/scripts/kotlin-bootstrap.settings.gradle.kts +++ b/repo/scripts/kotlin-bootstrap.settings.gradle.kts @@ -274,10 +274,10 @@ when { val query = "branch:default:any" val baseRepoUrl = teamCityBootstrapUrl.orNull ?: "https://buildserver.labs.intellij.net" - val teamCityProjectId = teamCityBootstrapProject.orNull ?: "Kotlin_KotlinDev_Compiler" + val teamCityProjectId = teamCityBootstrapProject.orNull ?: "Kotlin_KotlinDev_Artifacts" val teamCityBuildNumber = teamCityBootstrapBuildNumber.orNull ?: bootstrapVersion - val bootstrapRepo = "$baseRepoUrl/guestAuth/app/rest/builds/buildType:(id:$teamCityProjectId),number:$teamCityBuildNumber,$query/artifacts/content/maven/" + val bootstrapRepo = "$baseRepoUrl/guestAuth/app/rest/builds/buildType:(id:$teamCityProjectId),number:$teamCityBuildNumber,$query/artifacts/content/maven.zip!/" applyBootstrapConfiguration( bootstrapVersion,