-
Notifications
You must be signed in to change notification settings - Fork 396
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
Switch to acquia/drupal-recommended-project #4168
Conversation
I think the remaining problem here is that ORCA runs git clean -df, which kills the docroot/sites/all directory because docroot/sites/all/files is not gitignored in acquia/drupal-recommended-project, as it was in blt-project. Another more serious question is why the BLT tests are sensitive to that. It seems that they have traditionally keyed off "all" as a valid multisite, which probably isn't good. And when they use "default" (which is probably actually right) everything falls apart, seemingly because Drush interprets "default" as a valid URI and doesn't read the actual URI from local.drush.yml. (I created a ticket for this) |
depends on acquia/drupal-recommended-project#4 |
This is pulling in the new project template version, but throwing the same error... |
blt vm
when project.local.hostname is not set in blt.yml blt-vm#5, close that with this as well