mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Intentionally break black formatting
This commit is contained in:
parent
f60dcc30fb
commit
685a8f3949
@ -90,9 +90,9 @@ def checkout_head(pr_info: PRInfo):
|
||||
remote_url = pr_info.event["pull_request"]["base"]["repo"]["ssh_url"]
|
||||
git_prefix = ( # All commits to remote are done as robot-clickhouse
|
||||
"git -c user.email=robot-clickhouse@clickhouse.com "
|
||||
"-c user.name=robot-clickhouse -c commit.gpgsign=false "
|
||||
"-c core.sshCommand="
|
||||
"'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'"
|
||||
"-c user.name=robot-clickhouse -c commit.gpgsign=false "
|
||||
"-c core.sshCommand="
|
||||
"'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'"
|
||||
)
|
||||
fetch_cmd = (
|
||||
f"{git_prefix} fetch --depth=1 "
|
||||
|
Loading…
Reference in New Issue
Block a user