From a7f80c3ab7ff36833657ed469d890dd7a2272c32 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 19 Jul 2023 01:34:25 -0400 Subject: [PATCH] GHA: debugging s3 config --- .github/workflows/wipe-out-temp-build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wipe-out-temp-build-artifacts.yml b/.github/workflows/wipe-out-temp-build-artifacts.yml index b087ac7e3..d51479ecb 100644 --- a/.github/workflows/wipe-out-temp-build-artifacts.yml +++ b/.github/workflows/wipe-out-temp-build-artifacts.yml @@ -19,6 +19,6 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }} run: | echo $AWS_DEFAULT_REGION - aws configure get region + aws s3api get-bucket-location --bucket dist.springsource.com # aws s3 rm s3://dist.springsource.com/sts4-distro-ci-temp --recursive --exclude "*" --include "*.zip"