Add shellcheck back
All checks were successful
continuous-integration/drone/push Build is passing

Woops!
This commit is contained in:
IamTheFij 2020-01-30 16:31:00 -08:00
parent d0670c0c9f
commit 433aa60a38

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