Hide the mergeable_status.url from cloud CI

This commit is contained in:
Mikhail f. Shiryaev 2024-05-03 18:21:17 +02:00
parent 60336681b2
commit 27db04dbcf
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -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,
) )