[postgis-tickets] r15003 - Optimize drone cloning step

Sandro Santilli strk at kbt.io
Tue Jul 19 15:45:46 PDT 2016


Author: strk
Date: 2016-07-19 15:45:46 -0700 (Tue, 19 Jul 2016)
New Revision: 15003

Modified:
   trunk/.drone.yml
Log:
Optimize drone cloning step

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2016-07-19 21:56:04 UTC (rev 15002)
+++ trunk/.drone.yml	2016-07-19 22:45:46 UTC (rev 15003)
@@ -1,5 +1,8 @@
-# See http://readme.drone.io/usage/overview
+# See http://readme.drone.io/0.5/usage/overview
 pipeline:
+  clone:
+    depth: 50
+    recursive: false
   build:
     image: docker.kbt.io/postgis/build-test:trisquel
     commands:



More information about the postgis-tickets mailing list