aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2017-04-30 06:32:30 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-04-30 12:32:30 +0800
commit00324cea108bd7625dffcfdbd0d86a4b67fe3f2f (patch)
tree821124e58276f329532301e11bf702a8034b3ec6 /.drone.yml
parent9a8ca3e877c8bf49d2ef64a631763394c2838e9b (diff)
downloadgitea-00324cea108bd7625dffcfdbd0d86a4b67fe3f2f.tar.gz
gitea-00324cea108bd7625dffcfdbd0d86a4b67fe3f2f.zip
Limit clone depth when drone-building (#1644)
* Limit clone depth when drone-building * sign drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index eb37dc8ac3..89fb792193 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,6 +5,7 @@ workspace:
pipeline:
clone:
image: plugins/git
+ depth: 50
tags: true
test: