Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: use the right path for the per-repo config file
Lars Wirzenius committed 2 years ago
commit 017bac2ca54c537a78cdd482dfe7ab262dc381ad
parent 0ab54a072395a0529859e19c8222f24b5f10b831
2 files changed +2 -2
modified README.md
@@ -7,7 +7,7 @@ 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
this unless you trust the repository.

-
The repository must contain a file `.ci/radicle.yaml` that
+
The repository must contain a file `..radicle/native.yaml` that
specifies how CI is run for the repository. For example:

```yaml
modified src/main.rs
@@ -4,7 +4,7 @@
//! safe and secure, but it's simple, and easy to get working. Do not
//! use this unless you trust the repository.
//!
-
//! The repository must contain a file `.ci/radicle.yaml` that
+
//! The repository must contain a file `.radicle/native.yaml` that
//! specifies how CI is run for the repository. For example:
//!
//! ```yaml