mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 13:26:07 -04:00
Disable partial to avoid shallow update not allowed
This commit is contained in:
parent
2206062081
commit
426d9e38ba
@ -8,6 +8,15 @@ when:
|
|||||||
event: [cron, manual]
|
event: [cron, manual]
|
||||||
cron: 'sync'
|
cron: 'sync'
|
||||||
|
|
||||||
|
clone:
|
||||||
|
- name: clone
|
||||||
|
image: docker.io/woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
# Disable partial to avoid `shallow update not allowed`
|
||||||
|
partial: false
|
||||||
|
# Change branch name to checkout to
|
||||||
|
#branch: main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: sync
|
- name: sync
|
||||||
image: docker.io/alpine/git
|
image: docker.io/alpine/git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user