From 60f2892acd1211e7e6b108e4612b0c93f56d64c9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 24 Sep 2020 09:18:31 +0200 Subject: [PATCH] Fix CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c52b22..99512c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - apt update - apt install -y shellcheck - - shellcheck abra installer + - shellcheck abra script.d/* trigger: branch: - main