[GHA-Build] debug clear cache script
This commit is contained in:
4
.github/scripts/clear-s3-caches.sh
vendored
4
.github/scripts/clear-s3-caches.sh
vendored
@@ -1,6 +1,6 @@
|
||||
s3_path=$1
|
||||
aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --output json --paths "'${s3_path}'"
|
||||
invalidation_json=`aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --output json --paths "${s3_path}"`
|
||||
aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --output json --paths "${s3_path}/*"
|
||||
invalidation_json=`aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --output json --paths "${s3_path}/*"`
|
||||
echo "Invalidation response: ${invalidation_json}"
|
||||
invalidation_id=`echo $invalidation_json | jq -r '.Invalidation.Id'`
|
||||
invalidation_status=`echo $invalidation_json | jq -r '.Invalidation.Status'`
|
||||
|
||||
Reference in New Issue
Block a user