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 8e84d72 commit 4ca70c2Copy full SHA for 4ca70c2
.teamcity/builds/kotlinlang/buidTypes/BuildReferenceDocs.kt
@@ -42,18 +42,6 @@ object BuildReferenceDocs : BuildType({
42
dockerImage = "alpine"
43
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
44
}
45
- script {
46
- name = "Fix WRS-6159"
47
- scriptContent = """
48
- #!/usr/bin/env bash
49
- ":" //# comment; exec /usr/bin/env node --input-type=module - "${'$'}@" < "${'$'}0"
50
-
51
- ${readScript("fix-wrs/index")}
52
- """.trimIndent()
53
- dockerImage = "node:22-slim"
54
- dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
55
- dockerPull = true
56
- }
57
58
59
dependencies {
.teamcity/scripts/fix-wrs/index.mjs
0 commit comments