From cc6f50c6ac8199140224347c862df75fd2d2f5ed Mon Sep 17 00:00:00 2001 From: leandro Date: Mon, 11 Nov 2019 20:26:28 +0100 Subject: [PATCH] fixed install modules in develop:contribute (#375) * fixed install modules in develop:contribute * --root parameter at the begining of the command --- config/chain/develop-contribute.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/config/chain/develop-contribute.yml b/config/chain/develop-contribute.yml index ee82536..4e7bf7a 100644 --- a/config/chain/develop-contribute.yml +++ b/config/chain/develop-contribute.yml @@ -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}}