Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
process-events help: add missing space
✗ CI failure Tshepang Mbambo committed 1 year ago
commit f777d320c4281fadb03dc7c7ce72e75315e73147
parent 768af45e7ee9e0606a89e4819ba312cfef558142
2 failed (2 total) View logs
1 file changed +1 -1
modified src/bin/cib.rs
@@ -220,7 +220,7 @@ impl QueuedCmd {
    }
}

-
/// Read events from the local node,insert them into the event queue
+
/// Read events from the local node, insert them into the event queue
/// in the database, then process events in the queue by running CI
/// based on each each event.
///