From 4ca1026c2c4dde1cad09e14cdc088a1e9d62a9cc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 25 Oct 2020 21:16:42 +0100 Subject: [PATCH] Don't test against dir that doesnt exist --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1af3620..e7b6626 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - apt update - apt install -y shellcheck - - shellcheck abra script.d/* + - shellcheck abra - name: test image: debian:buster commands: