Skip to content
Snippets Groups Projects
Commit 604a1912 authored by s2870355's avatar s2870355
Browse files

added final sucess message

parent cc16fa5b
No related branches found
No related tags found
No related merge requests found
Pipeline #69363 failed
......@@ -90,6 +90,8 @@ def run_ci(compile_info : list[dict]) -> bool:
if len(failed_jobs) != 0:
print(f"failed {len(failed_jobs)} jobs:\n\t{failed_jobs}")
return False
else:
print("success")
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment