From 3522297171e4d24a05fa6f66af5c9d17f2244cdd Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 14:01:52 -0500 Subject: [PATCH] Debug test working dir --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) 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