From 0f6a6018bd3006d63e5109c164a23886499dca0a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 8 Sep 2020 08:55:57 +0200 Subject: [PATCH] Add installation of shellcheck --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 040f44c..e0dd144 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ steps: - name: run shellcheck image: debian:buster commands: + - apt update + - apt install -y shellcheck - shellcheck abra trigger: branch: