diff --git a/.drone.yml b/.drone.yml index 872941a..6d3df0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,8 @@ steps: - name: test image: python:3-alpine commands: + - ls + - pwd - apk add make shellcheck - make all