diff options
author | Sandro Santilli <strk@kbt.io> | 2017-04-30 06:32:30 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-04-30 12:32:30 +0800 |
commit | 00324cea108bd7625dffcfdbd0d86a4b67fe3f2f (patch) | |
tree | 821124e58276f329532301e11bf702a8034b3ec6 /.drone.yml | |
parent | 9a8ca3e877c8bf49d2ef64a631763394c2838e9b (diff) | |
download | gitea-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.yml | 1 |
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: |