fix: use depth 5 clone for postmortem pipeline (need HEAD~1)

This commit is contained in:
Viktor Barzin 2026-04-14 17:12:41 +00:00
parent 59367cc588
commit 0b2f5a4729

View file

@ -7,6 +7,12 @@ when:
exclude:
- '.woodpecker/**'
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 5
steps:
- name: parse-and-implement
image: python:3.12-alpine