From 8c19c889a1288473eb83294a43b203592e2279d5 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 18 Jan 2020 21:07:27 +0100 Subject: [PATCH] Use old svgexport Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eb7cdf769..260a19ec3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: documentation image: nextcloudci/documentation:documentation-9 commands: - - npm install svgexport -g + - npm install svgexport@0.3.2 -g - pip2 install -r requirements.txt - make all