Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
feat: log repo and commit to admin log
Lars Wirzenius committed 1 year ago
commit c462567153dac75451d0b6e7fa3601f556015991
parent ddb0603
1 file changed +2 -0
modified src/engine.rs
@@ -105,6 +105,8 @@ impl Engine {
            } => {
                let repo = req.repo();
                let commit = req.commit();
+
                self.adminlog
+
                    .writeln(&format!("run CI for {repo} commit {commit}"))?;

                match self.run_helper(repo, name, req.clone(), commit, None, Some((*id, title))) {
                    Ok(true) => success = true,