From 1df95aaeb3e7bb60fb825f6f605e2371ad5dee85 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 09:57:32 -0400 Subject: [PATCH] remove shellcheck from docker image --- Bakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bakefile b/Bakefile index 23e588f..b9f44e4 100644 --- a/Bakefile +++ b/Bakefile @@ -10,6 +10,8 @@ install/python: install/system @skip:key=Pipfile.lock install/system: lazy_brew pipenv +docker/bash: docker/build + docker-compose run --entrypoint bash bake docker/test: docker/build docker-compose run --entrypoint bash bake -c 'set -ex && pip3 install pytest && pytest'