From 606d009f5f4299414ce2f6f20a8f9d513806b348 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 9 Jul 2022 13:06:11 -0700 Subject: [PATCH] Enable PECL Redis after install --- plugins/templates/before-script-redis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/templates/before-script-redis.yml b/plugins/templates/before-script-redis.yml index 69f3def..90f2d1f 100644 --- a/plugins/templates/before-script-redis.yml +++ b/plugins/templates/before-script-redis.yml @@ -17,3 +17,4 @@ before_script: # PECL Redis module - pecl install redis + - echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini -- GitLab