1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-07 21:10:11 +00:00

ci: full clone for valid rev-list

so that deb packages have the correct epoch value.
This commit is contained in:
Harvey Tindall 2024-07-26 19:41:57 +01:00
parent 98d9bc62ff
commit e9e361ae60
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 10 additions and 0 deletions

View File

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

View File

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