1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +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' => '',
'stderr' => '',
'endTime' => 0,
'duration' => 0
'duration' => 0,
'search' => implode(' ', [$deployment->getId(), $buildId])
]));
$deployment->setAttribute('buildId', $buildId);