Build/Test Tools: Use quiet pulls during local environment installation and WP-CLI commands.

This reduces the noise of the output -- both locally and on CI -- when first pulling containers during local environment installation and the first time the cli container is pulled for WP-CLI commands.

See #62280

Built from https://develop.svn.wordpress.org/trunk@59658


git-svn-id: http://core.svn.wordpress.org/trunk@59001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2025-01-17 10:34:26 +00:00
parent cf9594c4ae
commit 958e52f4cb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59657';
$wp_version = '6.8-alpha-59658';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.