Skip to content

Commit eeafc12

Browse files
Quattro8zoobestik
authored andcommitted
KTL-2775 update env variables and remove trailing
1 parent 27152f4 commit eeafc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/documentation/builds/KotlinMultiplatform.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ object KotlinMultiplatform: BuildType ({
4040
scriptContent = """
4141
docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
4242
-e SOURCE_DIR=/opt/sources \
43-
-e PRODUCT=kotlin-multiplatform-docs/mpd \
43+
-e MODULE_INSTANCE=kotlin-multiplatform-docs/mpd \
4444
-e RUNNER=teamcity \
4545
-e FRONTEND=https://kotlinlang.org/docs/static/v3/ \
4646
-e OUTPUT_DIR=/opt/sources/artifacts \
47-
registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag \
47+
registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag
4848
""".trimIndent()
4949
}
5050
}

0 commit comments

Comments
 (0)