Skip to content

Commit

Permalink
Fixed Redis install.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 3, 2024
1 parent 65caec8 commit c027391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/custom/provision-10-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if echo "${VORTEX_PROVISION_ENVIRONMENT:-}" | grep -q -e dev -e test -e ci -e lo
drush pm:install admin_toolbar coffee config_split config_update media environment_indicator pathauto redirect shield stage_file_proxy

#;< REDIS
drush pm:install redis
drush pm:install redis || true
#;> REDIS

#;< CLAMAV
Expand Down

1 comment on commit c027391

@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.