From 8fa016eeb77fb722ccda5d8ed81582b53e1b8a2c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 13:56:28 -0500 Subject: [PATCH] Fix apk add --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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