Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
feat! change the path name to the CI run specification
Lars Wirzenius committed 2 years ago
commit b6ff350dfe18cfbca80cc0ffa64d66e00c396299
parent dcdf906
1 file changed +1 -1
modified src/main.rs
@@ -29,7 +29,7 @@ use radicle_ci_broker::msg::{Id, Oid, Request, Response, RunId, RunResult};

/// Path to the repository's CI run specification. This is relative to
/// the root of the repository.
-
const RUNSPEC_PATH: &str = ".ci/radicle.yaml";
+
const RUNSPEC_PATH: &str = ".radicle/native.yaml";

/// The main program.
fn main() -> anyhow::Result<()> {