@@ -36,59 +36,3 @@ object KotlinWithCoroutines: WritersideBuilder(
36
36
}
37
37
}
38
38
)
39
-
40
- // object KotlinWithCoroutines1: BuildType ({
41
- // val dockerImageTag = "2.1.2176-p8483"
42
- // val frontend = "https://kotlinlang.org/docs/static/v3/"
43
- //
44
- // name = "Kotlin Reference with coroutines"
45
- // description = "Kotlin Reference with coroutines documentation build"
46
- //
47
- // vcs {
48
- // root(KotlinReferenceRoot, """
49
- // +:docs => docs
50
- // +:.git => .git
51
- // +:.gitmodules => .gitmodules
52
- // +:docs-test-submodule => docs-test-submodule
53
- // """.trimIndent())
54
- // root(KotlinxCoroutinesRoot,"""
55
- // +:docs => kotlinx.coroutines/docs
56
- // +:.git => kotlinx.coroutines/.git
57
- // """.trimIndent())
58
- // root(KotlinxLincheckRoot, """
59
- // +:docs => kotlinx-lincheck/docs
60
- // +:.git => kotlinx-lincheck/.git
61
- // """.trimIndent())
62
- // root(DokkaRoot, """
63
- // +:docs => dokka/docs
64
- // +:.git => dokka/.git
65
- // """.trimIndent())
66
- // root(APIGuidelinesRoot, """
67
- // +:docs => api-guidelines/docs
68
- // +:.git => api-guidelines/.git
69
- // """.trimIndent())
70
- // }
71
- //
72
- // artifactRules = """
73
- // artifacts/*
74
- // """.trimIndent()
75
- //
76
- // steps {
77
- // script {
78
- // name = "Build Kotlin Reference with coroutines documentation with the docker"
79
- // scriptContent = """
80
- // docker run --rm -v %teamcity.build.checkoutDir%:/opt/sources \
81
- // -e SOURCE_DIR=/opt/sources \
82
- // -e MODULE_INSTANCE=kotlin-reference/kr \
83
- // -e RUNNER=teamcity \
84
- // -e FRONTEND=$frontend \
85
- // -e OUTPUT_DIR=/opt/sources/artifacts \
86
- // registry.jetbrains.team/p/writerside/builder/writerside-builder:$dockerImageTag
87
- // """.trimIndent()
88
- // }
89
- // }
90
- //
91
- // requirements {
92
- // equals("container.engine","docker")
93
- // }
94
- // })
0 commit comments