From 6441ae84eadd6c17f12fd3c2fcb6cf44f3851152 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 31 Jul 2023 16:21:12 -0400 Subject: [PATCH] [GHA-Build] debug clear cache script --- .github/workflows/clear_s3_cache.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clear_s3_cache.yml b/.github/workflows/clear_s3_cache.yml index 36e34d9f6..f1560682c 100644 --- a/.github/workflows/clear_s3_cache.yml +++ b/.github/workflows/clear_s3_cache.yml @@ -23,6 +23,8 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }} run: | - aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --paths /release/TOOLS/sts4-language-server-integrations/2023-07-31/* + 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 }} +# ${{ github.workspace }}/.github/scripts/clear-s3-caches.sh ${{ inputs.path }}