From 7c0b286ecfe5d2729d3e0d048466b135e6958d51 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 9 Sep 2016 21:19:54 +0000 Subject: [PATCH] Reduce data transfer on drone agent git fetch (--depth 20) git-svn-id: http://svn.osgeo.org/postgis/trunk@15094 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 65af6c0cfa6..cb788af5b15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ test-image: &test-image docker.kbt.io/postgis/build-test:trisquel pipeline: clone: image: git - depth: 50 + depth: 20 recursive: false build: image: *test-image