Issue #3499275 by acbramley: Remove --quiet from updatedb in Validatable config job

(cherry picked from commit 5363b947a2)
merge-requests/11262/head
Alex Pott 2025-02-14 19:33:55 +00:00
parent f98f93d4fc
commit 494df746e2
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ default:
- vendor/bin/drush config:inspect --statistics > HEAD.json
# Return to the MR commit being tested, conditionally install updates, always rebuild the container.
- git checkout -f $CI_COMMIT_SHA
- git diff $CI_MERGE_REQUEST_DIFF_BASE_SHA $CI_COMMIT_SHA --name-only | grep -q '.install$\|.post_update\.php$' && echo '🤖 Installing DB updates…' && vendor/bin/drush updatedb --yes --quiet
- git diff $CI_MERGE_REQUEST_DIFF_BASE_SHA $CI_COMMIT_SHA --name-only | grep -q '.install$\|.post_update\.php$' && echo '🤖 Installing DB updates…' && vendor/bin/drush updatedb --yes
- vendor/bin/drush cr --quiet
# Compute statistics for coverage of validatable config for MR.
- vendor/bin/drush config:inspect --statistics > MR.json