Skip to content

Commit db377e7

Browse files
no access for invalidation
1 parent 10689ba commit db377e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ jobs:
793793
s3://${AWS_BUCKET_NAME}/${upgradeLatestFolderPath} --recursive
794794
795795
# invalidate cloudfront cash
796-
aws cloudfront create-invalidation --distribution-id ${AWS_DISTRIBUTION_ID} --paths "/*"
796+
# aws cloudfront create-invalidation --distribution-id ${AWS_DISTRIBUTION_ID} --paths "/*"
797797
798798
- run:
799799
name: Add tags for all objects and create S3 metrics

0 commit comments

Comments
 (0)