Limit clone depth when drone-building (#1644)

* Limit clone depth when drone-building

* sign drone
This commit is contained in:
Sandro Santilli 2017-04-30 06:32:30 +02:00 committed by Lunny Xiao
parent 9a8ca3e877
commit 00324cea10
2 changed files with 2 additions and 1 deletions

@ -5,6 +5,7 @@ workspace:
pipeline:
clone:
image: plugins/git
depth: 50
tags: true
test:

File diff suppressed because one or more lines are too long