Removed 'using_custom_file' config option.
This commit is contained in:
parent
3a59b66d78
commit
5a761dcddb
2 changed files with 0 additions and 19 deletions
|
|
@ -173,10 +173,6 @@ class BuildService
|
|||
'build_id' => $build->getId(),
|
||||
];
|
||||
|
||||
if ($config->get('using_custom_file')) {
|
||||
$jobData['config'] = $config->getArray();
|
||||
}
|
||||
|
||||
$pheanstalk = new Pheanstalk($settings['host']);
|
||||
$pheanstalk->useTube($settings['name']);
|
||||
$pheanstalk->put(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue