Skip to content

Commit e33ed2f

Browse files
Quattro8zoobestik
authored andcommitted
KTL-2775 update build script content for the kmp docs
1 parent 143b7d0 commit e33ed2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.teamcity/documentation/builds/KotlinMultiplatform.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ object KotlinMultiplatform: BuildType ({
4242
""".trimIndent()
4343
dockerImage = "registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag"
4444
dockerRunParameters = """
45-
--rm -v %teamcity.build.checkoutDir%:/opt/sources \
46-
-e SOURCE_DIR=/opt/sources \
47-
-e PRODUCT=kotlin-multiplatform-docs/mpd \
48-
-e RUNNER=teamcity \
49-
-e FRONTEND=https://kotlinlang.org/docs/static/v3/ \
45+
-v %teamcity.build.checkoutDir%:/opt/sources
46+
-e SOURCE_DIR=/opt/sources
47+
-e PRODUCT=kotlin-multiplatform-docs/mpd
48+
-e RUNNER=teamcity
49+
-e FRONTEND=https://kotlinlang.org/docs/static/v3/
5050
-e OUTPUT_DIR=/opt/sources/artifacts
5151
""".trimIndent()
5252
}

0 commit comments

Comments
 (0)