We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc734bf commit 143b7d0Copy full SHA for 143b7d0
.teamcity/documentation/builds/KotlinMultiplatform.kt
@@ -37,7 +37,9 @@ object KotlinMultiplatform: BuildType ({
37
// }
38
script {
39
name = "Build KMP Documentation with the docker"
40
- scriptContent = """"""
+ scriptContent = """
41
+ docker run
42
+ """.trimIndent()
43
dockerImage = "registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag"
44
dockerRunParameters = """
45
--rm -v %teamcity.build.checkoutDir%:/opt/sources \
0 commit comments