Skip to content

Commit 143b7d0

Browse files
Quattro8zoobestik
authored andcommitted
KTL-2775 specify script content for the kmp documentation build
1 parent dc734bf commit 143b7d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.teamcity/documentation/builds/KotlinMultiplatform.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ object KotlinMultiplatform: BuildType ({
3737
// }
3838
script {
3939
name = "Build KMP Documentation with the docker"
40-
scriptContent = """"""
40+
scriptContent = """
41+
docker run
42+
""".trimIndent()
4143
dockerImage = "registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag"
4244
dockerRunParameters = """
4345
--rm -v %teamcity.build.checkoutDir%:/opt/sources \

0 commit comments

Comments
 (0)