Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat! don't write a report to index.html
Lars Wirzenius committed 2 years ago
commit f3a3c61b5769e92cc6e12371b0289791c60d5ef4
parent b7d0f037f3fd4cd25f1fe55a86d6569d1b127526
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")?;