From 8d70eab8fe31d82249ae8ba93e6ec9292e664fff Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 23 Jun 2018 21:50:37 +0200 Subject: Checkout depth of 1 for drone for faster cloning Signed-off-by: Roeland Jago Douma --- .drone.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 7308c766f..93023dfd0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ clone: git: image: plugins/git tags: true + depth: 1 pipeline: qt-5.7: -- cgit v1.2.3