Skip to content

Commit

Permalink
Quiet redis installation behavior, fix keepalive (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 5, 2022
1 parent dd3e757 commit 5d878af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ jobs:
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v1
if: matrix.ddev_version == 'stable'
8 changes: 4 additions & 4 deletions install.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: redis

# pre_install_actions - list of actions to run before installing the addon.
# Examples would be removing an extraneous docker volume,
# or doing a sanity check for requirements.
pre_install_actions:

# list of files and directories listed that are copied into project .ddev directory
Expand All @@ -17,4 +14,7 @@ project_files:
global_files:

post_install_actions:
- redis/scripts/setup-drupal-settings.sh
- |
#ddev-nodisplay
#ddev-description:Install redis settings for Drupal 9+ if applicable
redis/scripts/setup-drupal-settings.sh

0 comments on commit 5d878af

Please sign in to comment.