File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ commands:
33 - cdev.docker_container_php
44 - cdev.docker_container_mailcatcher
55 - cdev.docker_container_redis
6- - cdev.docker_container_drush
76 - cdev.docker_setup
87 - cdev.docker_watch_command
98environments :
Original file line number Diff line number Diff line change 2929 class =" Cdev\Docker\Environment\Command\Container\Redis" >
3030 </service >
3131
32- <service id =" cdev.docker_container_drush"
33- class =" Cdev\Docker\Environment\Command\Container\Drush" >
34- </service >
35-
3632 <service id =" cdev.docker_watch_command" class =" Cdev\Docker\Environment\Command\WatchEnvCommand" >
3733 <argument type =" service" id =" cdev.environment.type" />
3834 </service >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -102,22 +102,7 @@ class SetupEnvCommand extends ConfigurationCommand
102102 'command ' => Container \Redis::COMMAND_NAME ,
103103 'config ' => Container \Redis::CONFIG_DIR . '/ ' .
104104 Container \Redis::CONFIG_FILE
105- ],
106- 'Drush ' => [
107- 'defaultActive ' => false ,
108- 'node ' => 'drush ' ,
109- 'command ' => Container \Drush::COMMAND_NAME ,
110- 'config ' => Container \Drush::CONFIG_DIR . '/ ' .
111- Container \Drush::CONFIG_FILE ,
112- 'depends ' => [
113- 'php ' ,
114- 'mysql '
115- ],
116- 'frameworks ' => [
117- 'Drupal8 ' ,
118- 'Drupal7 '
119- ]
120- ]
105+ ]
121106 ];
122107
123108 /**
You can’t perform that action at this time.
0 commit comments