File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
.teamcity/documentation/builds Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,13 @@ object KotlinMultiplatform: BuildType ({
38
38
script {
39
39
name = " Build KMP Documentation with the docker"
40
40
scriptContent = """
41
- docker run
42
- """ .trimIndent()
43
- dockerImage = " registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag "
44
- dockerRunParameters = """
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
- -e OUTPUT_DIR=/opt/sources/artifacts
41
+ docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
42
+ -e SOURCE_DIR=/opt/sources \
43
+ -e PRODUCT=kotlin-multiplatform-docs/mpd \
44
+ -e RUNNER=teamcity \
45
+ -e FRONTEND=https://kotlinlang.org/docs/static/v3/ \
46
+ -e OUTPUT_DIR=/opt/sources/artifacts \
47
+ registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag \
51
48
""" .trimIndent()
52
49
}
53
50
}
You can’t perform that action at this time.
0 commit comments