From 642cc2c2f3f7d741d89b9f5813abf1ac5703566e Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Tue, 14 Feb 2017 21:02:45 +0000 Subject: [PATCH] test fixing drone workspace --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5e078d1..45abb0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,7 @@ +workspace: + base: /drone + path: src + pipeline: tests: image: python:3.5 @@ -7,6 +11,8 @@ pipeline: - USE_DOCKER=yes - DJANGO_SETTINGS_MODULE=config.settings.test commands: + - echo $DRONE_BUILD_DIR + - echo $WORKSPACE - cp -n env.example .env - ls -la /drone/src/ - ls -la /drone/src/requirements/