build: changelog job should use aws domain to avoid CDN caching (#22502)

pull/22509/head
Cody Shepherd 2021-09-17 10:43:09 -07:00 committed by GitHub
parent 1f66b3110e
commit c44931a06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ jobs:
cargo install git-cliff
cd ..
S3_PATH="dl.influxdata.com/platform/nightlies/master"
S3_PATH="https://s3.amazonaws.com/dl.influxdata.com/platform/nightlies/master"
curl -o CHANGELOG.md ${S3_PATH}/CHANGELOG.md
curl -o scripts/ci/changelog-commit.txt ${S3_PATH}/changelog-commit.txt