mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Updating Example configuration to override depth (#1519)
This should match the updated procedure introduced in https://github.com/woodpecker-ci/plugin-git/pull/48
This commit is contained in:
parent
bc87208a33
commit
fd6eb36a31
2 changed files with 2 additions and 0 deletions
|
@ -672,6 +672,7 @@ Example configuration to override depth:
|
|||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
+ settings:
|
||||
+ partial: false
|
||||
+ depth: 50
|
||||
```
|
||||
|
||||
|
|
|
@ -428,6 +428,7 @@ Example configuration to override depth:
|
|||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
+ settings:
|
||||
+ partial: false
|
||||
+ depth: 50
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue