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
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:
Run composer create-project acquia/drupal-recommended-project --no-interaction
Run composer require acquia/blt
Configure the git section of your blt.yml
Run the artifact:deploy command
Expected behavior
All core files be versioned on the artifact.
The text was updated successfully, but these errors were encountered:
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:
composer create-project acquia/drupal-recommended-project --no-interaction
composer require acquia/blt
Expected behavior
All core files be versioned on the artifact.
The text was updated successfully, but these errors were encountered: