Fix apk add
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-28 13:56:28 -05:00
parent 7b55d67b34
commit 8fa016eeb7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: shellcheck
image: python:3-alpine
commands:
- apk install shellcheck
- apk add shellcheck
- make all
- name: notify