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