From a06ec78a020d54fc39fee58207b7a5e5b4a5ef3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 28 Nov 2018 12:15:27 +0100 Subject: [PATCH] Drone fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a47a6885b..11d5e6549 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,5 +2,6 @@ pipeline: documentation: image: nextcloudci/documentation:documentation-5 commands: + - pip2 install -r requirements.txt - make all branches: [ master, stable* ]