* cache update forced now

This commit is contained in:
Dávid Danyi 2017-03-30 17:16:26 +02:00
parent 47efbfecc4
commit a437439c20

View File

@ -29,7 +29,7 @@ class UpdateCacheCommand extends Command
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->ciExecutorService->getActiveNightlyConfiguration(true);
$this->ciExecutorService->getCiStreams(false);
$this->ciExecutorService->getJcatPackages(false);
$this->ciExecutorService->getCiStreams(true);
$this->ciExecutorService->getJcatPackages(true);
}
}