From 13d95ebdefead997c4ba34f24bc4d7b5707a8d72 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Thu, 18 Aug 2022 20:32:33 +0200 Subject: [PATCH] Fix typo in the S3 download links for --- tests/ci/push_to_artifactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/push_to_artifactory.py b/tests/ci/push_to_artifactory.py index 08d0a67f87b..6b407eb5bd8 100755 --- a/tests/ci/push_to_artifactory.py +++ b/tests/ci/push_to_artifactory.py @@ -98,7 +98,7 @@ class Packages: class S3: template = ( - f"{S3_DOWNLOAD}" + f"{S3_DOWNLOAD}/" # "clickhouse-builds/" f"{S3_BUILDS_BUCKET}/" # "33333/" or "21.11/" from --release, if pull request is omitted