[postgis-tickets] r15094 - Reduce data transfer on drone agent git fetch (--depth 20)

Sandro Santilli strk at kbt.io
Fri Sep 9 14:19:54 PDT 2016


Author: strk
Date: 2016-09-09 14:19:54 -0700 (Fri, 09 Sep 2016)
New Revision: 15094

Modified:
   trunk/.drone.yml
Log:
Reduce data transfer on drone agent git fetch (--depth 20)

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2016-09-09 14:28:26 UTC (rev 15093)
+++ trunk/.drone.yml	2016-09-09 21:19:54 UTC (rev 15094)
@@ -6,7 +6,7 @@
 pipeline:
   clone:
     image: git
-    depth: 50
+    depth: 20
     recursive: false
   build:
     image: *test-image



More information about the postgis-tickets mailing list