We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
triggers
1 parent 773d618 commit a7dd5c8Copy full SHA for a7dd5c8
.teamcity/documentation/builds/WritersideBuilder.kt
@@ -60,7 +60,6 @@ abstract class WritersideBuilder(
60
set -e
61
62
apk add zip unzip
63
- ls -la
64
65
unzip "$fileArchive" -d archive
66
cd archive
@@ -98,6 +97,9 @@ abstract class WritersideBuilder(
98
97
99
// language=sh
100
fun postProcessingScript() = "\n" + """
+ echo "Remove custom-frontend-app/index.html"
101
+ rm "custom-frontend-app/index.html"
102
+
103
html_files=$(find . -type f -name '*.html')
104
for file in ${'$'}html_files; do
105
echo "Processing ${'$'}file"
0 commit comments