GHA: Test gen downloads page on Akamai
This commit is contained in:
@@ -32,7 +32,7 @@ for file in $files
|
||||
do
|
||||
if [[ "$file" =~ ^"s3://tools-spring-io" ]]; then
|
||||
download_url=https://cdn.spring.io/spring-tools${file:20} #
|
||||
filename=${file:${#s3_url}+1}
|
||||
filename=${file:${#s3_url}}
|
||||
echo ' <li><a href="'${download_url}'">'${filename}'</li>' >> $downloads_html
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user