Skip to content

Commit

Permalink
fixed install modules in develop:contribute (#375)
Browse files Browse the repository at this point in the history
* fixed install modules in develop:contribute

* --root parameter at the begining of the command
  • Loading branch information
novia713 authored and enzolutions committed Nov 11, 2019
1 parent de6cae6 commit cc6f50c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions config/chain/develop-contribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ commands:
- command: exec
arguments:
bin: drupal site:install standard --root={{drupal}} --db-type="sqlite" --no-interaction
- command: 'module:install'
- command: exec
arguments:
module:
- rest
- taxonomy
- locale
- migrate
- simpletest
- breakpoint
- node
- views
- features
bin: drupal module:install --root={{drupal}} rest taxonomy locale migrate simpletest breakpoint node views features
- command: exec
arguments:
bin: drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}}
bin: drupal develop:create:symlinks --root={{drupal}} --code-directory={{code}}

0 comments on commit cc6f50c

Please sign in to comment.