GHA: minimize nightly distro downloads page broken links state

This commit is contained in:
aboyko
2023-07-21 15:45:27 -04:00
parent d1b59295a5
commit 612ba1c413
2 changed files with 35 additions and 35 deletions

View File

@@ -5,6 +5,7 @@ build_type=$3
s3_url=s3://dist.springsource.com/${dist_path}
downloads_html="sts4-nightly-${eclipse_version}.html"
files=`aws s3 cp ${s3_url} . --recursive --exclude "*" --include "spring-tool-suite-4*.zip" --include "spring-tool-suite-4*.dmg" --include "spring-tool-suite-4*.self-extracting.jar" --include "spring-tool-suite-4*.tar.gz" --exclude "*/*" --dryrun`
rm -f ./${downloads_html}
echo '<ul>' >> $downloads_html
for file in $files
do