Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: log when run finishes
Lars Wirzenius committed 1 year ago
commit d36e68768a47ff3cb03d1165dfb30ca6a4031602
parent cf5e61cc0772da9274884159e34e82503e87be33
1 file changed +1 -1
modified src/broker.rs
@@ -120,7 +120,7 @@ impl Broker {
                }
            }
        };
-
        debug!("Finish CI run: {run:#?}");
+
        info!("Finish CI run: {run:?}");
        self.db.push_run(run.clone())?;

        Ok(run)