diff --git a/app/executor.php b/app/executor.php index 7b2fdf8f2..bc58783ce 100644 --- a/app/executor.php +++ b/app/executor.php @@ -264,7 +264,6 @@ App::post('/v1/runtimes') } $destinationDevice = getStorageDevice($destination); - $localDevice = new Local(); $outputPath = $destinationDevice->getPath(\uniqid() . '.' . \pathinfo('code.tar.gz', PATHINFO_EXTENSION)); $buffer = $localDevice->read($tmpBuild);