]> granicus.if.org Git - postgis/commitdiff
Reduce data transfer on drone agent git fetch (--depth 20)
authorSandro Santilli <strk@kbt.io>
Fri, 9 Sep 2016 21:19:54 +0000 (21:19 +0000)
committerSandro Santilli <strk@kbt.io>
Fri, 9 Sep 2016 21:19:54 +0000 (21:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15094 b70326c6-7e19-0410-871a-916f4a2858ee

.drone.yml

index 65af6c0cfa61e18471262fadbe767e0a16476313..cb788af5b153242db5b3b46d5a8973bb171483ef 100644 (file)
@@ -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