Verify that jobs actually come from PHPCI
This commit is contained in:
parent
de1c058f83
commit
7e2fee9504
2 changed files with 15 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ class BuildService
|
|||
|
||||
if (!empty($settings['host']) && !empty($settings['queue'])) {
|
||||
$jobData = array(
|
||||
'type' => 'phpci.build',
|
||||
'build_id' => $build->getId(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue