Skip to content

Commit cc6f50c

Browse files
novia713enzolutions
authored andcommitted
fixed install modules in develop:contribute (#375)
* fixed install modules in develop:contribute * --root parameter at the begining of the command
1 parent de6cae6 commit cc6f50c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

config/chain/develop-contribute.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,9 @@ commands:
1818
- command: exec
1919
arguments:
2020
bin: drupal site:install standard --root={{drupal}} --db-type="sqlite" --no-interaction
21-
- command: 'module:install'
21+
- command: exec
2222
arguments:
23-
module:
24-
- rest
25-
- taxonomy
26-
- locale
27-
- migrate
28-
- simpletest
29-
- breakpoint
30-
- node
31-
- views
32-
- features
23+
bin: drupal module:install --root={{drupal}} rest taxonomy locale migrate simpletest breakpoint node views features
3324
- command: exec
3425
arguments:
35-
bin: drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}}
26+
bin: drupal develop:create:symlinks --root={{drupal}} --code-directory={{code}}

0 commit comments

Comments
 (0)