Skip to content

Commit

Permalink
Merge branch 'master' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Sep 1, 2024
2 parents 17ff487 + 92d0fbb commit b0fd740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8.3#2024-08-07T11:37:28.820501Z
8.2#2024-08-07T11:37:28.820501Z
8.1#2024-08-07T11:37:28.820501Z
8.3#2024-08-31T05:44:37.062641Z
8.2#2024-08-31T05:44:37.062641Z
8.1#2024-08-31T05:44:37.062641Z
8 changes: 4 additions & 4 deletions tests/11/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ make git-checkout target="${latest_ver}" -f /usr/local/bin/actions.mk

COMPOSER_MEMORY_LIMIT=-1 composer install -n
composer require drush/drush
#composer require drupal/redis
composer require drupal/redis

echo -n "Checking drush... "
drush version --format=yaml
Expand All @@ -60,9 +60,9 @@ run_action init-drupal
drush si -y --db-url="${DB_DRIVER}://${DB_USER}:${DB_PASSWORD}@${DB_HOST}/${DB_NAME}"

# Comment out redis settings before enabling the module.
#sed -i "s#^\$wodby\['redis'\]#//&#" "${CONF_DIR}/wodby.settings.php"
#drush en redis -y --quiet
#sed -i "s#^//\(\$wodby\['redis'\]\)#\1#" "${CONF_DIR}/wodby.settings.php"
sed -i "s#^\$wodby\['redis'\]#//&#" "${CONF_DIR}/wodby.settings.php"
drush en redis -y --quiet
sed -i "s#^//\(\$wodby\['redis'\]\)#\1#" "${CONF_DIR}/wodby.settings.php"

run_action cache-clear target=render
run_action cache-rebuild
Expand Down

0 comments on commit b0fd740

Please sign in to comment.