fix: use depth 5 clone for postmortem pipeline (need HEAD~1)
This commit is contained in:
parent
59367cc588
commit
0b2f5a4729
1 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,12 @@ when:
|
||||||
exclude:
|
exclude:
|
||||||
- '.woodpecker/**'
|
- '.woodpecker/**'
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
depth: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: parse-and-implement
|
- name: parse-and-implement
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue