Add shellcheck back
continuous-integration/drone/push Build is passing Details

Woops!
This commit is contained in:
IamTheFij 2020-01-30 16:31:00 -08:00
parent d0670c0c9f
commit 433aa60a38
1 changed files with 1 additions and 1 deletions

View File

@ -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