Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
docs(README.md): note env vars, logging
Lars Wirzenius committed 2 years ago
commit cae775ca6778f08917b87a8e03b5b053ea9694d6
parent 8d90bd1
1 file changed +4 -1
modified README.md
@@ -1,7 +1,10 @@
# radicle-native-ci

This is an adapter for the [Radicle CI broker], for performing CI runs
-
locally.
+
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.

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