Build sources instead of 'Manual' word.
This commit is contained in:
parent
ca0f7b4182
commit
145670acde
25 changed files with 266 additions and 109 deletions
|
|
@ -90,7 +90,7 @@ class ScheduleBuildCommand extends Command
|
|||
}
|
||||
|
||||
try {
|
||||
$this->buildService->createBuild($project, null);
|
||||
$this->buildService->createBuild($project, null, '', null, null, null, null, Build::SOURCE_PERIODICAL);
|
||||
$output->writeln("Build Created for {$project->getTitle()}");
|
||||
} catch (\Exception $e) {
|
||||
$output->writeln('<error>Failed</error>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue