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)))*/ ]) ) )