Skip to content
Snippets Groups Projects
Commit f8648aba authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Issue #3469142: Do not pin drush version on demo script.

parent 27c5b55b
No related branches found
No related tags found
No related merge requests found
Pipeline #299851 passed with warnings
......@@ -13,10 +13,10 @@ cd apidemo
pwd
# Launch D10 site with drush and the api module brought via composer.
ddev config --project-type=drupal10 --docroot=web
ddev config --project-type=drupal --docroot=web --php-version 8.3
ddev start
ddev composer create drupal/recommended-project -y
ddev composer require drush/drush:^12
ddev composer require drush/drush
ddev composer require 'drupal/api:2.x-dev@dev' -W
ddev drush site:install --account-name=admin --account-pass=admin -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment