From 136adacd4f367b592d30fd606065213a584e20b5 Mon Sep 17 00:00:00 2001 From: rohit Date: Sun, 30 Nov 2025 16:54:05 +0000 Subject: [PATCH] chore: no nned to clone --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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