File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.teamcity/documentation/builds Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ object KotlinMultiplatform: BuildType ({
42
42
""" .trimIndent()
43
43
dockerImage = " registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag "
44
44
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/
50
50
-e OUTPUT_DIR=/opt/sources/artifacts
51
51
""" .trimIndent()
52
52
}
You can’t perform that action at this time.
0 commit comments