Remove --quiet from updatedb
2 unresolved threads
2 unresolved threads
Closes #3499275
Merge request reports
Activity
528 528 # Install Drupal's Standard install profile + all core modules (except obsolete ones) + the config inspector module. 529 529 - php core/scripts/drupal install standard 530 530 - ls core/modules | grep -v sdc | xargs vendor/bin/drush pm:install --yes 531 531 - vendor/bin/drush pm:install config_inspector --yes --quiet || exit 101 528 528 # Install Drupal's Standard install profile + all core modules (except obsolete ones) + the config inspector module. 529 529 - php core/scripts/drupal install standard 530 530 - ls core/modules | grep -v sdc | xargs vendor/bin/drush pm:install --yes 531 531 - vendor/bin/drush pm:install config_inspector --yes --quiet || exit 101 532 532 # Compute statistics for coverage of validatable config for HEAD. 533 533 - vendor/bin/drush config:inspect --statistics > HEAD.json 534 534 # Return to the MR commit being tested, conditionally install updates, always rebuild the container. 535 535 - git checkout -f $CI_COMMIT_SHA 536 - 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 536 - 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 537 537 - vendor/bin/drush cr --quiet
Please register or sign in to reply