* cache update forced now
This commit is contained in:
parent
47efbfecc4
commit
a437439c20
@ -29,7 +29,7 @@ class UpdateCacheCommand extends Command
|
|||||||
protected function execute(InputInterface $input, OutputInterface $output)
|
protected function execute(InputInterface $input, OutputInterface $output)
|
||||||
{
|
{
|
||||||
$this->ciExecutorService->getActiveNightlyConfiguration(true);
|
$this->ciExecutorService->getActiveNightlyConfiguration(true);
|
||||||
$this->ciExecutorService->getCiStreams(false);
|
$this->ciExecutorService->getCiStreams(true);
|
||||||
$this->ciExecutorService->getJcatPackages(false);
|
$this->ciExecutorService->getJcatPackages(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user