Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
use a consistent config name
Tshepang Mbambo committed 10 months ago
commit 97a904c6cbf0fb258e25a67de64842abc49e9a8a
parent 0261d25
1 file changed +3 -3
modified doc/userguide.md
@@ -69,7 +69,7 @@ cargo install radicle-native-ci --locked
~~~

* Create a configuration file. You can call the file anything you like
-
  (the example below assumes `cib.yaml`). You should ensure the
+
  (the example below assumes `ci-broker.yaml`). You should ensure the
  Radicle node below is your normal node. You should make sure the
  `report_dir` field points to a directory that exists. The example
  below assumes `_rad` user; adjust paths as necessary.
@@ -98,7 +98,7 @@ triggers:
~~~

* Create a configuration file for the native CI adapter. Place it in
-
  the location specified in `cib.yaml` above in the
+
  the location specified in `ci-broker.yaml` above in the
  `RADICLE_NATIVE_CI` environment variable.

~~~yaml
@@ -110,7 +110,7 @@ base_url: http://setup-ci/
* Start the CI adapter:

~~~sh
-
cib --config cib.yaml process-events
+
cib --config ci-broker.yaml process-events
~~~

You can also set up a web server to serve the files in `report_dir`