From 3b471b2bbbcfac918617b13fbf9ba5bad278f3ab Mon Sep 17 00:00:00 2001 From: Oly Date: Wed, 12 Apr 2017 08:42:32 +0100 Subject: [PATCH] use unmodified draceditor adjust drone timeout --- .drone.yml | 2 ++ requirements/base.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec85323..de6782c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,7 @@ pipeline: user: ${SSH_USER} key: ${SSH_KEY} port: 22 + command_timeout: 480 script: - cd /var/www/stage/maidstone-hackspace-website - git pull @@ -38,6 +39,7 @@ pipeline: key: {SSH_KEY} host: maidstone-hackspace.org.uk port: 22 + command_timeout: 480 script: - echo 'to be added' when: diff --git a/requirements/base.txt b/requirements/base.txt index 1adbc7d..a86c3a8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -62,5 +62,5 @@ git+https://github.com/olymk2/scaffold.git djangorestframework==3.6.2 django-filter==1.0.2 -git+https://github.com/olymk2/dracos-markdown-editor.git -# draceditor +#git+https://github.com/olymk2/dracos-markdown-editor.git +draceditor