From be38bb06b04139f1073bdc4b252c7088098d79cc Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 31 Jul 2023 17:41:51 -0400 Subject: [PATCH] [GHA-Build] Debug cloudflare cache flush script --- .github/scripts/clear-s3-caches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/clear-s3-caches.sh b/.github/scripts/clear-s3-caches.sh index 6f10f0de6..5a204c706 100755 --- a/.github/scripts/clear-s3-caches.sh +++ b/.github/scripts/clear-s3-caches.sh @@ -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}"