ci: print report url

master/release pipelines does not have a mr comment, print it here
This commit is contained in:
Fu Hanxi
2024-01-12 08:57:26 +01:00
parent 72a1f68e76
commit 19efb30536

View File

@@ -71,6 +71,7 @@ class ReportGenerator:
Full {self.title} here: {url}/-/jobs/{job_id}/artifacts/{self.output_filepath} (with commit {commit_id})
'''
print(comment)
if self.mr is None:
print('No MR found, skip posting comment')