Changeset 59619
- Timestamp:
- 01/15/2025 03:59:44 PM (13 months ago)
- File:
-
- 1 edited
-
branches/4.1/tools/local-env/scripts/install.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tools/local-env/scripts/install.js
r59616 r59619 56 56 57 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' } );58 execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1 --branch 0.7`, { stdio: 'inherit' } ); 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.