Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(README.md): note that stderr is admin log
Lars Wirzenius committed 1 year ago
commit 5e4b69289512df445641bd2eee38d4a5ef56bab1
parent 2fa4314e65eb329e6a4c74f4529f3c6b779e91f0
1 file changed +4 -2
modified README.md
@@ -3,8 +3,10 @@
This is an adapter for the [Radicle CI broker], for performing CI runs
locally. This means it reads a JSON message from its stdin, and writes
two JSON messages to its stdout. Its configured via a configuration
-
file specified in the `RADICLE_NATIVE_CI` environment variable. There
-
is currently no logging.
+
file specified in the `RADICLE_NATIVE_CI` environment variable.
+

+
The adapter writes an "admin log" to its standard error output, aimed
+
at the node operator who uses Radicle CI.

The CI run is performed locally, without any isolation. This is not
safe and secure, but it's simple, and easy to get working. Do not use