From 612ba1c413b203d78e3b7a0babfaa5ffb4ebca9d Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 21 Jul 2023 15:45:27 -0400 Subject: [PATCH] GHA: minimize nightly distro downloads page broken links state --- .../scripts/update-distro-download-page.sh | 1 + .../gh-hosted-eclipse-distro-build.yml | 69 +++++++++---------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/scripts/update-distro-download-page.sh b/.github/scripts/update-distro-download-page.sh index 7175c4ccb..0ac114b5b 100755 --- a/.github/scripts/update-distro-download-page.sh +++ b/.github/scripts/update-distro-download-page.sh @@ -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 '