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

Core file web/core/lib/Drupal/Core/FileTransfer/Local.php is being ignored due to .gitignore config #4751

Open
halisonfernandes opened this issue May 24, 2024 · 0 comments · May be fixed by #4752
Labels
Bug Something isn't working

Comments

@halisonfernandes
Copy link

Describe the bug
Due to the default BLT's .gitignore file, the file web/core/lib/Drupal/Core/FileTransfer/Local.php isn't being versioned during the artifact:deploy command.

To Reproduce
Steps to reproduce the behavior, ideally starting from a fresh install of BLT:

  1. Run composer create-project acquia/drupal-recommended-project --no-interaction
  2. Run composer require acquia/blt
  3. Configure the git section of your blt.yml
  4. Run the artifact:deploy command

Expected behavior
All core files be versioned on the artifact.

@halisonfernandes halisonfernandes added the Bug Something isn't working label May 24, 2024
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 a pull request may close this issue.

1 participant