From 632570337f3124b9aab832282eafd12ff4201ef7 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 10 Jan 2018 14:58:17 +0100 Subject: [PATCH] changed drone clone policy --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7cd7156..b94e1f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,13 @@ workspace: base: /srv/app path: src/git.mowie.cc/konrad/Library -pipeline: - clone: - image: plugins/git +clone: + git: + image: plugins/git:1 depth: 50 tags: true +pipeline: build-backend: image: webhippie/golang:edge pull: true