Update app/workers/builds.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Matej Bačo 2022-12-20 12:49:52 +01:00 committed by GitHub
parent b014eda788
commit e3737af3fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,6 @@ class BuildsV1 extends Worker
$build->setAttribute('stderr', $th->getMessage());
Console::error($th->getMessage());
} finally {
\var_dump($build);
$build = $dbForProject->updateDocument('builds', $buildId, $build);
/**