@@ -69,14 +69,14 @@ protected function execute(InputInterface $input, OutputInterface $output) {
69
69
70
70
$ commands = [
71
71
'drupal site:checkout %s ' ,
72
- // 'drupal site:compose %s',
73
- // 'drupal site:npm %s',
74
- // 'drupal site:grunt %s',
75
- // 'drupal site:settings:db %s',
76
- // 'drupal site:phpunit:setup %s',
77
- // 'drupal site:behat:setup %s',
78
- // 'drupal site:settings:memcache %s',
79
- // 'drupal site:db:import %s',
72
+ 'drupal site:compose %s ' ,
73
+ 'drupal site:npm %s ' ,
74
+ 'drupal site:grunt %s ' ,
75
+ 'drupal site:settings:db %s ' ,
76
+ 'drupal site:phpunit:setup %s ' ,
77
+ 'drupal site:behat:setup %s ' ,
78
+ 'drupal site:settings:memcache %s ' ,
79
+ 'drupal site:db:import %s ' ,
80
80
];
81
81
82
82
foreach ($ commands as $ item ) {
@@ -103,7 +103,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
103
103
}
104
104
105
105
protected function process ($ command ) {
106
- $ this ->process = new Process ($ command, null , null , ' subscriptions ' );
106
+ $ this ->process = new Process ($ command );
107
107
//$this->process->setWorkingDirectory($this->destination);
108
108
$ this ->process ->enableOutput ();
109
109
$ this ->process ->setTimeout (null );
0 commit comments