Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[develop:contribute] doesn't install the required modules for translating after install Drupal #374

Closed
novia713 opened this issue Nov 9, 2019 · 2 comments

Comments

@novia713
Copy link
Contributor

novia713 commented Nov 9, 2019

i was testing develop:contribute and noticed it successfully downloads the project and then install correctly Drupal, but afterwards fails to install the required modules:

Captura de pantalla 2019-11-09 a las 12 36 45

I think it doesn't find the path to the recently created Drupal site, and I've tried adding the root option but it won't work. Not sure if i am adding wrongly the option or it is not honor my
~/.console/chain/develop-contribute.yml :-/

  - command: 'module:install'
    arguments:
      module:
        - rest
        - taxonomy
        - locale
        - migrate
        - simpletest
        - breakpoint
        - node
        - views
        - features
    options:
      root: {{drupal}}

/cc @enzolutions

@novia713
Copy link
Contributor Author

novia713 commented Nov 9, 2019

got it working.
finally i used this approach, because i don't know other way of how to pass root option to module:install

- command: exec
    arguments:
      bin: drupal module:install rest taxonomy locale migrate simpletest breakpoint node views features --root={{drupal}}
  

PR at #375

@novia713
Copy link
Contributor Author

novia713 commented Dec 6, 2019

merged

@novia713 novia713 closed this as completed Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant