Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(ci-broker.md): make dummy adapter read trigger message
Lars Wirzenius committed 1 year ago
commit a979033cea11a4f2d82717b3f9d2ff02025c5bff
parent 98ba35e4af610329175892a12f15b1417979f009
1 file changed +1 -0
modified ci-broker.md
@@ -81,6 +81,7 @@ of the adapter.
~~~{#dummy.sh .file .sh}
#!/bin/bash
set -euo pipefail
+
cat > /dev/null
echo '{"response":"triggered","run_id":{"id":"xyzzy"}}'
echo '{"response":"finished","result":"success"}'
echo "This is an adapter error: Mordor" 1>&2