Skip to content

Commit

Permalink
Reduce data transfer on drone agent git fetch (--depth 20)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@15094 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
strk committed Sep 9, 2016
1 parent 40aefc4 commit 7c0b286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0b286

Please sign in to comment.