acquia / blt

Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

BLT-4692: Add logging message if cm strategy is none. #4693

Closed dan612 closed 1 year ago

dan612 commented 1 year ago

Motivation Addresses #4692

Proposed changes Additional logging in drupal:update command

Alternatives considered n/a

Testing steps Run a deployment with a BLT based site with the following in blt.yml

cm:
  strategy: none

then see the additional log output message during deployment logs. Or simply run blt drupal:update locally with that same setting in place

danepowell commented 1 year ago

Thanks for the contribution!