Skip to content

Commit caeb86b

Browse files
Merge pull request #679 from RedisInsight/cancel-invalidation
no access for invalidation
2 parents 10689ba + db377e7 commit caeb86b

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)