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 0827462 commit 0107986Copy full SHA for 0107986
.teamcity/documentation/builds/KotlinMultiplatform.kt
@@ -20,6 +20,9 @@ object KotlinMultiplatform: BuildType ({
20
script {
21
name = "Build documentation"
22
scriptContent = """
23
+ #!/bin/bash
24
+ set -e -x -u
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 "export DISPLAY=:99 && Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect \
@@ -32,5 +35,7 @@ object KotlinMultiplatform: BuildType ({
32
35
}
33
36
34
37
-
38
+ requirements {
39
+ equals("container.engine","docker")
40
+ }
41
})
0 commit comments