diff --git a/.woodpecker.yml b/.woodpecker.yml index b460409..93ce221 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,10 +3,10 @@ when: branch: test steps: - - name: clone - image: alpine/git - commands: - - git clone ${CI_REPO_CLONE_URL} . + # - name: clone + # image: alpine/git + # commands: + # - git clone ${CI_REPO_CLONE_URL} . - name: run-tests image: python:3.11