Trying again to understand behavior of remote script

pull/1416/head
Quentin VIGNAUD 2 months ago
parent 5e574641a8
commit 94ea0bbc80

@ -99,8 +99,8 @@ treatment buildTestAyaForArch[logger: Logger, github_contexts: JavaScriptEngine,
]), ]),
variables = |wrap<StringMap>( variables = |wrap<StringMap>(
|map([ |map([
|entry("INPUT_TARGET", full_rust_arch), |entry("INPUT_TARGET", full_rust_arch)/*,
|entry("GITHUB_ENV", |format("cat /tmp/{short}/github.env", |entry("short", short_rust_arch))) |entry("GITHUB_ENV", |format("cat /tmp/{short}/github.env", |entry("short", short_rust_arch)))*/
]) ])
) )
) )

Loading…
Cancel
Save