Skip to content
Snippets Groups Projects
Commit 5ef99676 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-ci-cd/drupal#10 Always create development.services.yml

parent 927eb9c6
No related branches found
Tags v3.0.10
No related merge requests found
......@@ -126,10 +126,8 @@ class Handler extends BaseHandler {
'settings.php',
'settings.local.php',
'services.yml',
'development.services.yml',
];
if (!$this->isCiContext() && !$this->config->readValue('live')) {
$settings_files[] = 'development.services.yml';
}
$overwrite = $this->isLocalDevMode();
foreach ($settings_files as $template) {
$file = $projectRoot . '/settings/default/' . $template;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment