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:
Gerrit Großkopf 2023-01-02 17:08:17 +01:00 committed by GitHub
parent bc87208a33
commit fd6eb36a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -672,6 +672,7 @@ Example configuration to override depth:
git:
image: woodpeckerci/plugin-git
+ settings:
+ partial: false
+ depth: 50
```

View file

@ -428,6 +428,7 @@ Example configuration to override depth:
git:
image: woodpeckerci/plugin-git
+ settings:
+ partial: false
+ depth: 50
```