From dfa21c635543d1a1efdf2a5f00c8ad4f08abb42a Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 31 Jul 2023 17:11:12 -0400 Subject: [PATCH] [GHA-Build] fix syntax error --- .github/workflows/clear_s3_cache.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/clear_s3_cache.yml b/.github/workflows/clear_s3_cache.yml index 2cdfb2b2a..bf937454b 100644 --- a/.github/workflows/clear_s3_cache.yml +++ b/.github/workflows/clear_s3_cache.yml @@ -26,10 +26,4 @@ jobs: CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }} CLOUDFLARE_CACHE_TOKEN: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }} run: | -# aws s3 cp s3://dist.springsource.com/snapshot/STS4/nightly/dist/e4.28 . --recursive --include "*" --dryrun -# aws s3 cp s3://dist.springsource.com/release/TOOLS/sts4-language-server-integrations/2023-07-31 . --recursive --include "*" --dryrun -# echo "Firing off invalidation request" -# aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --paths "/release/TOOLS/sts4-language-server-integrations/2023-07-31/*" -# echo "List invalidations" -# aws cloudfront list-invalidations --distribution-id ECAO9Q8651L8M ${{ github.workspace }}/.github/scripts/clear-s3-caches.sh ${{ inputs.path }}