mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Merge pull request #40359 from ClickHouse/fix-artifactory-push
Fix typo in the S3 download links for
This commit is contained in:
commit
6b7b25f7af
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user