Skip to content

Commit

Permalink
[#1261] Removed the dependencies on the optional modules from the cor…
Browse files Browse the repository at this point in the history
…e module. (#1267)
  • Loading branch information
AlexSkrypnyk authored Apr 16, 2024
1 parent 1804e76 commit 1d436f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion scripts/custom/provision-10-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ if echo "${DREVOPS_PROVISION_ENVIRONMENT:-}" | grep -q -e dev -e test -e ci -e l
# - ClamAV, if it is used in the project
# - Additional Solr search configuration, if Solr is used in the project
#
# Note that deployment hooks for already enabled modules have run in the parent script.
# Note that deployment hooks for already enabled modules have run in the
# parent "provision.sh" script.
drush pm:install ys_core
drush deploy:hook

Expand Down
8 changes: 0 additions & 8 deletions web/modules/custom/ys_core/ys_core.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@ core_version_requirement: ^10
package: your_site
dependencies:
- admin_toolbar:admin_toolbar
#;< CLAMAV
- clamav:clamav
#;> CLAMAV
- coffee:coffee
- config_split:config_split
- config_update:config_update
- drupal:media
- environment_indicator:environment_indicator
- pathauto:pathauto
- redirect:redirect
#;< REDIS
- redis:redis
- search_api:search_api
- search_api_solr:search_api_solr
#;> REDIS
- shield:shield
- stage_file_proxy:stage_file_proxy

1 comment on commit 1d436f0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.