mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #33560 from ClickHouse/fix-latest-build-links
Fix logic for upload upload_master_static_binaries
This commit is contained in:
commit
0520e4b55e
@ -191,7 +191,7 @@ def upload_master_static_binaries(
|
|||||||
return
|
return
|
||||||
elif build_config["package_type"] != "binary":
|
elif build_config["package_type"] != "binary":
|
||||||
return
|
return
|
||||||
elif pr_info.base_ref == "master":
|
elif pr_info.base_ref != "master":
|
||||||
return
|
return
|
||||||
|
|
||||||
s3_path = "/".join(
|
s3_path = "/".join(
|
||||||
|
Loading…
Reference in New Issue
Block a user