Tools: Update wp-cli.yml to point to the build directory.

After [43309], WP-CLI should be running against the `build` directory, not the `src` directory.

Props jpry.
Fixes #44214.


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


git-svn-id: http://core.svn.wordpress.org/trunk@43141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2018-05-25 00:15:23 +00:00
parent f57e182c87
commit c5d5629471

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43311';
$wp_version = '5.0-alpha-43312';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.