mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-11 02:06:00 +08:00
Limit clone depth when drone-building (#1644)
* Limit clone depth when drone-building * sign drone
This commit is contained in:

committed by
Lunny Xiao

parent
9a8ca3e877
commit
00324cea10
@ -5,6 +5,7 @@ workspace:
|
||||
pipeline:
|
||||
clone:
|
||||
image: plugins/git
|
||||
depth: 50
|
||||
tags: true
|
||||
|
||||
test:
|
||||
|
Reference in New Issue
Block a user