From 433aa60a38242983cf259ae9a5b589a2e24e5fa9 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jan 2020 16:31:00 -0800 Subject: [PATCH] Add shellcheck back Woops! --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6320f79..7c8a414 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: python:3-slim commands: - apt-get update - - apt-get install --no-install-recommends make + - apt-get install -y --no-install-recommends make shellcheck - pip install docker-compose - make all