From 0292701721369497b024b7a50c7c56c91fe3b650 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Tue, 7 Feb 2017 22:33:22 +0000 Subject: [PATCH] drone tweak --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ecedc55..9724700 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: backend: - build: ./compose/django/Dockerfile + build: ./compose/django/Dockerfile-dev image: maidstonehackspacewebsite_django environment: - POSTGRES_USER=mhackspace @@ -12,8 +12,6 @@ pipeline: - python manage.py test mhackspace --verbosity 2 - - #volumes: # postgres_data_dev: {} # postgres_backup_dev: {}