Removed 'using_custom_file' config option.

This commit is contained in:
Dmitry Khomutov 2017-05-23 23:06:58 +07:00
commit 5a761dcddb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 0 additions and 19 deletions

View file

@ -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(