[GHA-Build] Debug cloudflare cache flush script
This commit is contained in:
1
.github/scripts/clear-s3-caches.sh
vendored
1
.github/scripts/clear-s3-caches.sh
vendored
@@ -25,6 +25,7 @@ do
|
||||
json="{\"files\": [${NL}"
|
||||
fi
|
||||
if [[ "$file" =~ ^"s3://dist.springsource.com" ]]; then
|
||||
echo "Processing ${file}"
|
||||
counter=$((counter+1))
|
||||
path=${file:26}
|
||||
json="${json}\"http://dist.springsource.com${path}\",${NL}\"https://dist.springsource.com${path}\",${NL}\"http://download.springsource.com${path}\",${NL}\"https://download.springsource.com${path}\",${NL}"
|
||||
|
||||
Reference in New Issue
Block a user