You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently with the drupal role, it's assumed that if there is a composer.json, and the codebase is being deployed via Git(drupal_deploy: true), then composer install should be run
My current need is to be able to disable the use of composer install when deploying from git, as I need to make some edits to my current composer.json file before manually running it (I am working on getting the composer.json working, but it's a complex project with a lot of custom code).
A config option, such as drupal_composer_install_after_deploy that could be set to true/false or yes/no would be great.
The text was updated successfully, but these errors were encountered:
My current need is to be able to disable the use of
composer install
when deploying from git, as I need to make some edits to my current composer.json file before manually running it (I am working on getting the composer.json working, but it's a complex project with a lot of custom code).A config option, such as
drupal_composer_install_after_deploy
that could be set totrue
/false
oryes
/no
would be great.The text was updated successfully, but these errors were encountered: