Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
fix: where run info is stored
Lars Wirzenius committed 2 years ago
commit 00b96b88cd971cc03747e11376ec61543ff9abde
parent 211bb3a
1 file changed +4 -0
modified src/engine.rs
@@ -144,6 +144,10 @@ impl Engine {
        let (run_id, run_dir) = mkdir_run(&self.config)?;
        let run_id = RunId::from(format!("{}", run_id).as_str());

+
        // Set the file where the run info should be written, now that
+
        // we have the run directory.
+
        self.run_info_builder.run_info(run_dir.join("run.yaml"));
+

        // Get node git storage. We do this before responding to the
        // trigger, so that if this fails, we haven't said that a run
        // has started.