Skip to content

Commit 2add565

Browse files
Quattro8zoobestik
authored andcommitted
KTL-2775 remove docs folder from the path of the kotlin reference build configuration
1 parent 38302da commit 2add565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/documentation/builds/KotlinWithCoroutines.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object KotlinWithCoroutines: BuildType ({
4444
#!/bin/bash
4545
set -e -x -u
4646
47-
docker run --rm -v %teamcity.build.checkoutDir%/docs:/opt/sources \
47+
docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
4848
registry.jetbrains.team/p/writerside/builder/writerside-builder:latest \
4949
/bin/bash -c "export DISPLAY=:99 && Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect \
5050
--source-dir /opt/sources \

0 commit comments

Comments
 (0)