Merge branch 'v4' into ijpatricio-wip-9

This commit is contained in:
Andras Bacsai
2023-04-12 13:18:33 +02:00
11 changed files with 155 additions and 128 deletions

View File

@@ -67,6 +67,9 @@ class RunRemoteProcess
$this->activity->save();
if ($processResult->exitCode() != 0 && $processResult->errorOutput()) {
throw new \RuntimeException('Remote command failed');
}
return $processResult;
}