File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "drunomics/multisite-request-matcher" : " ^1.7.1" ,
1515 "drupal/core-composer-scaffold" : " ^9" ,
1616 "drupal/core-recommended" : " ^9" ,
17- "drupal/services_env_parameter" : " ^1.2" ,
1817 "drush/drush" : " *" ,
1918 "oomphinc/composer-installers-extender" : " ^2.0.1" ,
2019 "symfony/dotenv" : " ^3.4.47"
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ commands:
3939 chmod +w web/sites/default &&
4040 drush sql-create -y &&
4141 SITE=${SITE:-default} &&
42- drush site-install -y --sites-subdir=$SITE --config-dir=../config/sync ${INSTALL_PROFILE:-minimal} &&
43- drush en services_env_parameter -y
42+ drush site-install -y --sites-subdir=$SITE --config-dir=../config/sync ${INSTALL_PROFILE:-minimal}
4443 update : |
4544 ./scripts/init-media-icons.sh &&
4645 drush updatedb -y &&
You can’t perform that action at this time.
0 commit comments