1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update app/executor.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Damodar Lohani 2022-02-22 16:17:58 +05:45 committed by GitHub
parent ca1b39513a
commit 10826daaa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);