mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Hide the mergeable_status.url from cloud CI
This commit is contained in:
parent
60336681b2
commit
27db04dbcf
@ -2170,7 +2170,7 @@ def main() -> int:
|
|||||||
post_commit_status(
|
post_commit_status(
|
||||||
upstream_commit,
|
upstream_commit,
|
||||||
get_status(mergeable_status.state),
|
get_status(mergeable_status.state),
|
||||||
mergeable_status.target_url,
|
"", # let's won't expose any urls from cloud
|
||||||
mergeable_status.description,
|
mergeable_status.description,
|
||||||
StatusNames.SYNC,
|
StatusNames.SYNC,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user