diff --git a/.drone.yml b/.drone.yml index 56513ec..cf08aeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: shellcheck image: python:3-alpine commands: - - apk install shellcheck + - apk add shellcheck - make all - name: notify