Skip to content

Commit

Permalink
GHA: Correction to Akamai download page gen
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Nov 10, 2023
1 parent ceeb1a5 commit 1271beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/update-distro-download-page.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

dist_path=$1
eclipse_version=$2
build_type=$3
Expand All @@ -21,7 +23,7 @@ cat ./$downloads_html
aws s3 mv ./$downloads_html s3://dist.springsource.com/${build_type}/STS4/ --acl public-read --no-progress

# Akamai tools-spring-io bucket
s3_url=s3://spring-tools-io/${dist_path}
s3_url=s3://tools-spring-io/${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}
Expand Down

0 comments on commit 1271beb

Please sign in to comment.