|
|
|
@ -115,8 +115,6 @@ class IndexStage implements StageInterface {
|
|
|
|
|
'repositories' => $repositories, |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
dump($repositories); |
|
|
|
|
|
|
|
|
|
$template = new Template($context->directory->templates, $context->directory->output_base); |
|
|
|
|
$template->generate('index.html.twig', $data); |
|
|
|
|
|
|
|
|
|