Skip to content

Commit c146be3

Browse files
Merge pull request #682 from RedisInsight/zalenskiSofteq-patch-1
return invalidation
2 parents cc9363f + 35ab864 commit c146be3

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)