Skip to content

Commit 0b2b129

Browse files
Quattro8zoobestik
authored andcommitted
KTL-2775 Update docker command to solve the issue with a new line
1 parent f559755 commit 0b2b129

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.teamcity/documentation/builds/KotlinMultiplatform.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ object KotlinMultiplatform: BuildType ({
2525
2626
docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
2727
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 \
28+
/bin/bash -c "export DISPLAY=:99 && Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect \
3029
--source-dir /opt/sources \
3130
--product kotlin-multiplatform-docs/mpd \
3231
--runner teamcity \
3332
--frontend-url https://kotlinlang.org/docs/static/v3/ \
3433
--output-dir /opt/sources/artifacts"
35-
"
3634
""".trimIndent()
3735
}
3836
}

0 commit comments

Comments
 (0)