mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Merge pull request #10705 from appwrite/fix-warning-builds-worker
Fix warning builds worker
This commit is contained in:
commit
128dc34a52
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue