Deleted daemon mode (You should use worker mode instead)

This commit is contained in:
Dmitry Khomutov 2017-01-20 20:05:25 +07:00
commit d77f0e8474
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
12 changed files with 23 additions and 392 deletions

View file

@ -69,7 +69,6 @@ class RebuildCommand extends Command
{
$runner = new RunCommand($this->logger);
$runner->setMaxBuilds(1);
$runner->setDaemon(false);
/** @var \PHPCensor\Store\BuildStore $store */
$store = Factory::getStore('Build');