Merge pull request #38788 from ClickHouse/revert-38653-deployment-self-extracting

Revert "Upload to S3 compressed self-extracting clickhouse"
This commit is contained in:
Mikhail f. Shiryaev 2022-07-04 10:15:40 +02:00 committed by GitHub
commit 3f1ab2af8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ def upload_master_static_binaries(
return return
s3_path = "/".join((pr_info.base_ref, static_binary_name, "clickhouse")) s3_path = "/".join((pr_info.base_ref, static_binary_name, "clickhouse"))
binary = os.path.join(build_output_path, "self-extracting", "clickhouse") binary = os.path.join(build_output_path, "clickhouse")
url = s3_helper.upload_build_file_to_s3(binary, s3_path) url = s3_helper.upload_build_file_to_s3(binary, s3_path)
print(f"::notice ::Binary static URL: {url}") print(f"::notice ::Binary static URL: {url}")