test fixing drone workspace

This commit is contained in:
Oliver Marks 2017-02-14 21:02:45 +00:00
parent 3a4e438f31
commit 642cc2c2f3
1 changed files with 6 additions and 0 deletions

View File

@ -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/