Merge pull request #40359 from ClickHouse/fix-artifactory-push

Fix typo in the S3 download links for
This commit is contained in:
Mikhail f. Shiryaev 2022-08-18 21:57:48 +02:00 committed by GitHub
commit 6b7b25f7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ class Packages:
class S3: class S3:
template = ( template = (
f"{S3_DOWNLOAD}" f"{S3_DOWNLOAD}/"
# "clickhouse-builds/" # "clickhouse-builds/"
f"{S3_BUILDS_BUCKET}/" f"{S3_BUILDS_BUCKET}/"
# "33333/" or "21.11/" from --release, if pull request is omitted # "33333/" or "21.11/" from --release, if pull request is omitted