mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix comment
This commit is contained in:
parent
081bfdfe82
commit
464b943b38
@ -158,7 +158,7 @@ if __name__ == "__main__":
|
||||
logging.info("Will upload cache")
|
||||
upload_ccache(ccache_path, s3_helper, pr_info.number, temp_path)
|
||||
|
||||
# for release pull requests we use fixed names
|
||||
# for release pull requests we use branch names prefixes, not pr numbers
|
||||
if 'release' in pr_info.labels or 'release-lts' in pr_info.labels:
|
||||
s3_path_prefix = pr_info.head_ref + "/" + pr_info.sha + "/" + build_name
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user