From 51fcfd76c407b6b5b93f350ab28cf5a9262873f2 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 13:57:54 -0500 Subject: [PATCH] Add make --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cf08aeb..255f79e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: shellcheck image: python:3-alpine commands: - - apk add shellcheck + - apk add make shellcheck - make all - name: notify