ci: full clone for valid rev-list

so that deb packages have the correct epoch value.
jellyseerr
Harvey Tindall 4 months ago
parent 98d9bc62ff
commit e9e361ae60
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -8,6 +8,8 @@ clone:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git
settings: settings:
tags: true tags: true
partial: false
depth: 0
steps: steps:
- name: redoc - name: redoc

@ -2,6 +2,14 @@ when:
- event: tag - event: tag
branch: main branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
tags: true
partial: false
depth: 0
steps: steps:
- name: build - name: build
image: docker.io/hrfee/jfa-go-build-docker:latest image: docker.io/hrfee/jfa-go-build-docker:latest

Loading…
Cancel
Save