Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
actually run CI for queued events
Lars Wirzenius committed 1 year ago
commit 384041506b33d3472f6d3aa714fcd6b8fa6b3cfe
parent 63dd3f92abd4786cdcba46ed73f914de801f3f9e
1 file changed +7 -0
modified ci-broker.md
@@ -244,6 +244,13 @@ when I run chmod +x adapter.sh
when I run sed -i 's/"auto"/false/' homedir/.radicle/config.json
when I try to run bash radenv.sh RAD_SOCKET=synt.sock cib --config broker.yaml insert
then command is successful
+

+
when I try to run bash radenv.sh cib --config broker.yaml queued
+
then command is successful
+

+
given an installed cibtool
+
when I run cibtool --db ci-broker.db run list
+
then stdout contains "Paracelsus"
~~~