Fixed naming (phpci -> php-censor)
This commit is contained in:
parent
4fee89fb80
commit
31f92327c1
76 changed files with 357 additions and 348 deletions
|
|
@ -197,7 +197,7 @@ class BuildWorker
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!array_key_exists('type', $jobData) || $jobData['type'] !== 'phpci.build') {
|
||||
if (!array_key_exists('type', $jobData) || $jobData['type'] !== 'php-censor.build') {
|
||||
// Probably not from PHPCI.
|
||||
$this->pheanstalk->delete($job);
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue