Skip to content

Commit

Permalink
chore(ci): KTL-1676: remove obsolete fix-wrs script
Browse files Browse the repository at this point in the history
- eliminate redundant fix-wrs script from TeamCity
- update build configuration to streamline processes
  • Loading branch information
zoobestik committed Sep 30, 2024
1 parent 8e84d72 commit 4ca70c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
12 changes: 0 additions & 12 deletions .teamcity/builds/kotlinlang/buidTypes/BuildReferenceDocs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ object BuildReferenceDocs : BuildType({
dockerImage = "alpine"
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
}
script {
name = "Fix WRS-6159"
scriptContent = """
#!/usr/bin/env bash
":" //# comment; exec /usr/bin/env node --input-type=module - "${'$'}@" < "${'$'}0"
${readScript("fix-wrs/index")}
""".trimIndent()
dockerImage = "node:22-slim"
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
dockerPull = true
}
}

dependencies {
Expand Down
27 changes: 0 additions & 27 deletions .teamcity/scripts/fix-wrs/index.mjs

This file was deleted.

0 comments on commit 4ca70c2

Please sign in to comment.