Disable partial to avoid shallow update not allowed

This commit is contained in:
Colgrave 2025-01-26 20:08:23 -05:00
parent 2206062081
commit 426d9e38ba

View File

@ -8,6 +8,15 @@ when:
event: [cron, manual]
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:
- name: sync
image: docker.io/alpine/git