From 2e115921a0f9e48323488adc685eb726e7ef80e1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 9 Aug 2017 11:10:21 +0200 Subject: [PATCH] Update syntax to drone 0.8 Signed-off-by: Morris Jobke --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f2d7ce3b305..f0520527131 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,9 @@ -pipeline: - clone: +clone: + git: image: plugins/git depth: 1 + +pipeline: jsunit: image: nextcloudci/jsunit:jsunit-5 commands: -- 2.39.5