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 f559755 commit 0b2b129Copy full SHA for 0b2b129
.teamcity/documentation/builds/KotlinMultiplatform.kt
@@ -25,14 +25,12 @@ object KotlinMultiplatform: BuildType ({
25
26
docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
27
registry.jetbrains.team/p/writerside/builder/writerside-builder:latest \
28
- /bin/bash -c "
29
- export DISPLAY=:99 && Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect \
+ /bin/bash -c "export DISPLAY=:99 && Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect \
30
--source-dir /opt/sources \
31
--product kotlin-multiplatform-docs/mpd \
32
--runner teamcity \
33
--frontend-url https://kotlinlang.org/docs/static/v3/ \
34
--output-dir /opt/sources/artifacts"
35
- "
36
""".trimIndent()
37
}
38
0 commit comments