mirror of https://github.com/docker/docs.git
Merge pull request #15794 from dvdksn/cache-invalidation-retry
create-invalidation retries
This commit is contained in:
commit
6bae08893e
|
@ -120,6 +120,7 @@ jobs:
|
||||||
aws cloudfront create-invalidation --distribution-id ${{ env.DOCS_CLOUDFRONT_ID }} --paths "/*"
|
aws cloudfront create-invalidation --distribution-id ${{ env.DOCS_CLOUDFRONT_ID }} --paths "/*"
|
||||||
env:
|
env:
|
||||||
AWS_REGION: us-east-1 # cloudfront is only available in us-east-1 region
|
AWS_REGION: us-east-1 # cloudfront is only available in us-east-1 region
|
||||||
|
AWS_MAX_ATTEMPTS: 5
|
||||||
-
|
-
|
||||||
name: Send Slack notification
|
name: Send Slack notification
|
||||||
if: ${{ env.SEND_SLACK_MSG == 'true' }}
|
if: ${{ env.SEND_SLACK_MSG == 'true' }}
|
||||||
|
|
Loading…
Reference in New Issue