This kind of works...

This commit is contained in:
Nox Sluijtman 2024-06-06 22:20:43 +02:00
parent 1073f00c24
commit cd2e482f5a
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -30,5 +30,5 @@ def main [
$buildOnMachine
$printBuildLogs
] | filter {|| $in | is-not-empty} | str join " "
$command
^bash -c $command
}