From 426d9e38ba54cc43f1742e30b9ba8b7f8f0aacd2 Mon Sep 17 00:00:00 2001 From: Colgrave Date: Sun, 26 Jan 2025 20:08:23 -0500 Subject: [PATCH] Disable partial to avoid `shallow update not allowed` --- Git/.woodpecker.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Git/.woodpecker.yaml b/Git/.woodpecker.yaml index 97cc261..d1daf7a 100644 --- a/Git/.woodpecker.yaml +++ b/Git/.woodpecker.yaml @@ -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