You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Now that Drush supports to install a site from a recipe, config action simpleConfigUpdate for system.site is getting overriden by drush si.
To Reproduce
Using the above recipe file, attempt running drush si -y RECIPE_NAME
Expected behavior
The site install ends up with the site name sample site and site email [email protected]
Actual behavior
The site install completes but the site name is Drush Site-Install and the email [email protected]
Workaround
It seems passing the proper values to drush si, --site-mail and --site-name would "fix this" but it would be preferable if this doesn't get overriden if the recipe already provides a value for this.
System Configuration
Q
A
Drush version?
13.x
Drupal version?
11.x
PHP version
8.3
OS?
Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
Now that Drush supports to install a site from a recipe, config action
simpleConfigUpdate
forsystem.site
is getting overriden bydrush si
.Here's an example recipe file.
recipe.yml
To Reproduce
Using the above recipe file, attempt running
drush si -y RECIPE_NAME
Expected behavior
The site install ends up with the site name
sample site
and site email[email protected]
Actual behavior
The site install completes but the site name is
Drush Site-Install
and the email[email protected]
Workaround
It seems passing the proper values to
drush si
,--site-mail
and--site-name
would "fix this" but it would be preferable if this doesn't get overriden if the recipe already provides a value for this.System Configuration
The text was updated successfully, but these errors were encountered: