From 204c916c7ec0ca0a729d3eedc498e5c39b9987f4 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 13:59:48 -0500 Subject: [PATCH] Add workspace for drone tests --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 255f79e..872941a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,9 +2,13 @@ kind: pipeline name: test +workspace: + base: "/app" + path: "." + steps: - - name: shellcheck + - name: test image: python:3-alpine commands: - apk add make shellcheck