1
0
Fork 0
mirror of synced 2024-07-08 07:55:48 +12:00

Update executor.php

This commit is contained in:
Bradley Schofield 2022-01-26 10:10:29 +00:00
parent d429aa180f
commit 18e1420899

View file

@ -1095,7 +1095,8 @@ App::post('/v1/deployment')
'stdout' => '', 'stdout' => '',
'stderr' => '', 'stderr' => '',
'endTime' => 0, 'endTime' => 0,
'duration' => 0 'duration' => 0,
'search' => implode(' ', [$deployment->getId(), $buildId])
])); ]));
$deployment->setAttribute('buildId', $buildId); $deployment->setAttribute('buildId', $buildId);