mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-12 14:14:25 +01: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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user