mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Automatic style fix
This commit is contained in:
parent
cc6fd38dc6
commit
6d4c26dda5
@ -286,7 +286,11 @@ def main():
|
|||||||
retcode = process.wait()
|
retcode = process.wait()
|
||||||
if retcode == 0:
|
if retcode == 0:
|
||||||
logging.info("Run successfully")
|
logging.info("Run successfully")
|
||||||
if pr_info.number == 0 and pr_info.base_ref == "master" and pr_info.head_ref == "master":
|
if (
|
||||||
|
pr_info.number == 0
|
||||||
|
and pr_info.base_ref == "master"
|
||||||
|
and pr_info.head_ref == "master"
|
||||||
|
):
|
||||||
logging.info("Uploading corpus - running in master")
|
logging.info("Uploading corpus - running in master")
|
||||||
# upload_corpus(fuzzers_path)
|
# upload_corpus(fuzzers_path)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user