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 38302da commit 2add565Copy full SHA for 2add565
.teamcity/documentation/builds/KotlinWithCoroutines.kt
@@ -44,7 +44,7 @@ object KotlinWithCoroutines: BuildType ({
44
#!/bin/bash
45
set -e -x -u
46
47
- docker run --rm -v %teamcity.build.checkoutDir%/docs:/opt/sources \
+ docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
48
registry.jetbrains.team/p/writerside/builder/writerside-builder:latest \
49
/bin/bash -c "export DISPLAY=:99 && Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect \
50
--source-dir /opt/sources \
0 commit comments