Add workspace for drone tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
IamTheFij 2020-01-28 13:59:48 -05:00
parent 51fcfd76c4
commit 204c916c7e

View File

@ -2,9 +2,13 @@
kind: pipeline kind: pipeline
name: test name: test
workspace:
base: "/app"
path: "."
steps: steps:
- name: shellcheck - name: test
image: python:3-alpine image: python:3-alpine
commands: commands:
- apk add make shellcheck - apk add make shellcheck