From 83c1bea2312d522b53b700f6c27fef1d7efad6dc Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 13 Sep 2016 21:08:04 +0200 Subject: [PATCH] Update for drone 0.5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7a3b40a71..471627d2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,4 @@ -build: +pipeline: image: nextcloudci/documentation:1.0.11 commands: - (cd user_manual && make html-all)