mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fix logic for upload upload_master_static_binaries
This commit is contained in:
parent
325c786f68
commit
9188b8afc2
@ -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