From cd29888906d4a0463ec2191113ca5b5399901291 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 20 Jun 2018 18:03:22 +0200 Subject: [PATCH] Updated drone config to use the "next" git plugin (#4281) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6ab40a39d..8e571640b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ workspace: clone: git: - image: plugins/git:1 + image: plugins/git:next depth: 50 tags: true