Skip to content

Commit a7dd5c8

Browse files
committed
chore(ci): remove unused triggers import from BuildSitePages configuration
1 parent 773d618 commit a7dd5c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.teamcity/documentation/builds/WritersideBuilder.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ abstract class WritersideBuilder(
6060
set -e
6161
6262
apk add zip unzip
63-
ls -la
6463
6564
unzip "$fileArchive" -d archive
6665
cd archive
@@ -98,6 +97,9 @@ abstract class WritersideBuilder(
9897

9998
// language=sh
10099
fun postProcessingScript() = "\n" + """
100+
echo "Remove custom-frontend-app/index.html"
101+
rm "custom-frontend-app/index.html"
102+
101103
html_files=$(find . -type f -name '*.html')
102104
for file in ${'$'}html_files; do
103105
echo "Processing ${'$'}file"

0 commit comments

Comments
 (0)