This kind of works...
This commit is contained in:
parent
1073f00c24
commit
cd2e482f5a
|
@ -30,5 +30,5 @@ def main [
|
||||||
$buildOnMachine
|
$buildOnMachine
|
||||||
$printBuildLogs
|
$printBuildLogs
|
||||||
] | filter {|| $in | is-not-empty} | str join " "
|
] | filter {|| $in | is-not-empty} | str join " "
|
||||||
$command
|
^bash -c $command
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue