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