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

Fix #4666: BLT excludes drush/Commands/custom #4667

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Fix #4666: BLT excludes drush/Commands/custom #4667

merged 2 commits into from
Mar 9, 2023

Conversation

jcnventura
Copy link
Contributor

Motivation

Fixes #4666

Proposed changes

This changes the default deploy-exclude.txt file to behave the same as other lines in that file and only ignore the contrib directory for Drush commands.

Alternatives considered

The workaround is a custom deploy-exclude.txt file, but the only way to have this fixed in BLT is the proposed change.

Testing steps

No need to test. You can simply see that this now only excludes the Drush commands that are installed by composer via the line in https://github.com/drupal/recommended-project/blob/9.1.x/composer.json#L46

@danepowell danepowell added the Bug Something isn't working label Mar 9, 2023
@danepowell danepowell enabled auto-merge (squash) March 9, 2023 17:58
@danepowell danepowell merged commit 35c9630 into acquia:main Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLT-5207: BLT excludes drush/Commands/custom
2 participants