Skip to content
Snippets Groups Projects
Unverified Commit 5363b947 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent b66ca108
No related branches found
No related tags found
5 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #424613 passed with warnings
Pipeline: drupal

#424614

    ...@@ -533,7 +533,7 @@ default: ...@@ -533,7 +533,7 @@ default:
    - vendor/bin/drush config:inspect --statistics > HEAD.json - vendor/bin/drush config:inspect --statistics > HEAD.json
    # Return to the MR commit being tested, conditionally install updates, always rebuild the container. # Return to the MR commit being tested, conditionally install updates, always rebuild the container.
    - git checkout -f $CI_COMMIT_SHA - 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 - vendor/bin/drush cr --quiet
    # Compute statistics for coverage of validatable config for MR. # Compute statistics for coverage of validatable config for MR.
    - vendor/bin/drush config:inspect --statistics > MR.json - vendor/bin/drush config:inspect --statistics > MR.json
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment