We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e2e75 commit 5a21055Copy full SHA for 5a21055
tools/local-env/scripts/install.js
@@ -55,5 +55,5 @@ function install_wp_importer() {
55
const testPluginDirectory = 'tests/phpunit/data/plugins/wordpress-importer';
56
57
execSync( `docker compose exec -T php rm -rf ${testPluginDirectory}`, { stdio: 'inherit' } );
58
- execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
+ execSync( `docker compose exec -T php git clone --branch v0.9.0 https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
59
}
0 commit comments