Merge pull request #33560 from ClickHouse/fix-latest-build-links

Fix logic for upload upload_master_static_binaries
This commit is contained in:
Mikhail f. Shiryaev 2022-01-12 14:32:07 +01:00 committed by GitHub
commit 0520e4b55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ def upload_master_static_binaries(
return
elif build_config["package_type"] != "binary":
return
elif pr_info.base_ref == "master":
elif pr_info.base_ref != "master":
return
s3_path = "/".join(