Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
feat! don't write a report to index.html
Lars Wirzenius committed 2 years ago
commit f3a3c61b5769e92cc6e12371b0289791c60d5ef4
parent b7d0f03
1 file changed +0 -3
modified src/engine.rs
@@ -136,9 +136,6 @@ impl Engine {
                .writeln(&format!("failed to write run info: {}", e))?;
        }

-
        // Generate a report page of all CI runs.
-
        report::build_report(&self.config.state)?;
-

        // Log that we've reached the end successfully.
        self.adminlog.writeln("Native CI ends successfully")?;