From c24725f53617d0e9ae8b1699d236492f280a856f Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Mon, 6 Oct 2025 16:53:33 +0200 Subject: [PATCH] Fixes --- .melodium-ci/lib-root.mel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index 0a1f221e..ac0842c3 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -78,7 +78,7 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine](short: s executor_name = |wrap(short), commands = |raw_commands([ "git config --global url.https://.insteadOf git://", - |format("git clone --branch {repository_clone_ref} --depth 1 {repository_clone_url} .", + |format("git clone --branch {repository_clone_ref} --depth 1 {repository_clone_url} aya", |map([ |entry("repository_clone_ref", repository_clone_ref), |entry("repository_clone_url", repository_clone_url) @@ -106,7 +106,7 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine](short: s |entry("RUST_BACKTRACE", "full"), |entry("CARGO_BUILD_TARGET", arch) ]), - _, // working_directory + "aya", // working_directory false, // expand_variables false // clear_env )