mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 05:15:00 -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]
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user