Skip to content
Snippets Groups Projects
Commit e94377d7 authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3351895 follow-up by Wim Leers: Do not include Drush-related code in core merge request

parent 4b6cef8d
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,10 @@ class Converter {
// https://drupal.org/i/3347937.
'scripts',
'dictionary.txt',
// Drupal core does not ship with any Drush commands.
'drush.services.yml',
'src/Commands/AutomaticUpdatesCommands.php',
'src/DrushUpdateStage.php',
];
$removals = array_map(function ($path) use ($core_module_path) {
return "$core_module_path/$path";
......
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