From 691bd1a9d90a1256e751c9fc4f43ae2f56d0ae94 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Tue, 7 Feb 2017 22:58:49 +0000 Subject: [PATCH] tests --- .drone.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9724700..40c8131 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,15 +1,17 @@ pipeline: - backend: - build: ./compose/django/Dockerfile-dev - image: maidstonehackspacewebsite_django + docker: + image: plugins/docker + repo: maidstonehackspace_tests + dockerfile: ./compose/django/Dockerfile-dev + #image: maidstonehackspacewebsite_django environment: - POSTGRES_USER=mhackspace - USE_DOCKER=yes - DJANGO_SETTINGS_MODULE=config.settings.test - commands: - - cp -n env.example .env - - pip install -r /requirements/test.txt - - python manage.py test mhackspace --verbosity 2 +# commands: +# - cp -n env.example .env +# - pip install -r /requirements/test.txt +# - python manage.py test mhackspace --verbosity 2 #volumes: @@ -18,7 +20,7 @@ pipeline: services: postgres: - build: ./compose/postgres + dockerfile: ./compose/postgres # build: # context: . # dockerfile: ./compose/django/Dockerfile