From 96d49d346b080da5461a2847caa31db758c48738 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Wed, 7 Apr 2021 19:00:36 +0000 Subject: [PATCH] trying a different drone configuration --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e7baa69..fe83d65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,7 @@ steps: - name: shellcheck image: koalaman/shellcheck-alpine:stable commands: - - bash -c 'shopt -s globstar; shellcheck {bin,efingerd,completion,update-motd}/*' + - shellcheck bin/* + - shellcheck efingerd/* + - shellcheck completion/* + - shellcheck update-motd/*