diff --git a/.drone.yml b/.drone.yml index 022cb0e..0754c27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,8 @@ steps: - name: test image: python:3-alpine commands: - - ls - - pwd - apk add bash make shellcheck + - pip install docker-compose - make all - name: notify