Skip to content

Commit 35ab864

Browse files
return invalidation
1 parent cc9363f commit 35ab864

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)