From 94ea0bbc801ee1cb782bdde237e314da9a829408 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Mon, 27 Oct 2025 17:31:49 +0100 Subject: [PATCH] Trying again to understand behavior of remote script --- .melodium-ci/on_image.mel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.melodium-ci/on_image.mel b/.melodium-ci/on_image.mel index de5c16a4..ff614079 100644 --- a/.melodium-ci/on_image.mel +++ b/.melodium-ci/on_image.mel @@ -99,8 +99,8 @@ treatment buildTestAyaForArch[logger: Logger, github_contexts: JavaScriptEngine, ]), variables = |wrap( |map([ - |entry("INPUT_TARGET", full_rust_arch), - |entry("GITHUB_ENV", |format("cat /tmp/{short}/github.env", |entry("short", short_rust_arch))) + |entry("INPUT_TARGET", full_rust_arch)/*, + |entry("GITHUB_ENV", |format("cat /tmp/{short}/github.env", |entry("short", short_rust_arch)))*/ ]) ) )