From eb51f76e6b73f3c2837e6415c1f5c88813050685 Mon Sep 17 00:00:00 2001
From: Andrey Volk <andywolk@gmail.com>
Date: Sat, 21 Mar 2020 15:37:14 +0400
Subject: [PATCH] [Testing] Add mod_portaudio, mod_redis, mod_skinny to
 scan-build on Drone

---
 .drone.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index fd0d063ec3..6633204592 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -83,10 +83,7 @@ steps:
       - sed -i '/mod_cv/s/^/#/g' modules.conf
       - sed -i '/mod_erlang_event/s/^/#/g' modules.conf
       - sed -i '/mod_perl/s/^/#/g' modules.conf
-      - sed -i '/mod_portaudio/s/^/#/g' modules.conf
-      - sed -i '/mod_redis/s/^/#/g' modules.conf
       - sed -i '/mod_rtmp/s/^/#/g' modules.conf
-      - sed -i '/mod_skinny/s/^/#/g' modules.conf
       - sed -i '/mod_unimrcp/s/^/#/g' modules.conf
       - sed -i '/mod_xml_rpc/s/^/#/g' modules.conf
       - ./configure
@@ -120,6 +117,6 @@ trigger:
 
 ---
 kind: signature
-hmac: cddd8905a309e3deb7e5859b11aa1ec3593410d9f32ce2f5de3a3557af88f80f
+hmac: d354f6d232ae6417b539fb9b40fc15765c3247ab58c87a5135a0ac6c448e1cd0
 
 ...