mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
Fix Deployment Script on Windows Clients (#433)
* resolve issue with EOL * Manual Run * reverse change for manual run of tests * remove logging
This commit is contained in:
@ -162,7 +162,7 @@ public function runScript(string $path, string $script, ?ServerLog $serverLog, ?
|
||||
}
|
||||
$command = '';
|
||||
foreach ($variables as $key => $variable) {
|
||||
$command .= "$key=$variable".PHP_EOL;
|
||||
$command .= "$key=$variable\n";
|
||||
}
|
||||
$command .= $this->getScript('run-script.sh', [
|
||||
'path' => $path,
|
||||
|
Reference in New Issue
Block a user