ci: print report url

master/release pipelines does not have a mr comment, print it here
pull/13090/head
Fu Hanxi 2024-01-12 08:57:26 +01:00
rodzic 72a1f68e76
commit 19efb30536
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 19399699CF3C4B16
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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