mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #10705 from appwrite/fix-warning-builds-worker
Fix warning builds worker
This commit is contained in:
@@ -867,6 +867,7 @@ class Builds extends Action
|
||||
|
||||
$deployment->setAttribute('buildLogs', $logs);
|
||||
|
||||
$adapter = null;
|
||||
if ($resource->getCollection() === 'sites' && !empty($detectionLogs)) {
|
||||
$files = \explode("\n", $detectionLogs); // Parse output
|
||||
$files = \array_filter($files); // Remove empty
|
||||
|
||||
Reference in New Issue
Block a user