Skip to content

Commit 2682060

Browse files
committed
TCLOUD-4860: Remove unneeded env var
1 parent 6c3721d commit 2682060

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy_docs_v2.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,4 @@ jobs:
9595
# sleep to wait for envoy's version pointer caching to expire
9696
run: |
9797
sleep 30s
98-
aws cloudfront create-invalidation --distribution-id ${{ env.DISTRIBUTION }} --paths "/docs/*"
99-
env:
100-
AWS_EC2_METADATA_DISABLED: true
98+
aws cloudfront create-invalidation --distribution-id ${{ env.DISTRIBUTION }} --paths "/docs/*"

0 commit comments

Comments
 (0)