mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
ci: full clone for valid rev-list
so that deb packages have the correct epoch value.
This commit is contained in:
parent
98d9bc62ff
commit
e9e361ae60
@ -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…
Reference in New Issue
Block a user