Skip to content

Commit 4ca70c2

Browse files
committed
chore(ci): KTL-1676: remove obsolete fix-wrs script
- eliminate redundant fix-wrs script from TeamCity - update build configuration to streamline processes
1 parent 8e84d72 commit 4ca70c2

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

.teamcity/builds/kotlinlang/buidTypes/BuildReferenceDocs.kt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@ object BuildReferenceDocs : BuildType({
4242
dockerImage = "alpine"
4343
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
4444
}
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-
}
5745
}
5846

5947
dependencies {

.teamcity/scripts/fix-wrs/index.mjs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)