chore: no nned to clone
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-11-30 16:54:05 +00:00
parent b91977034d
commit 136adacd4f

View File

@@ -3,10 +3,10 @@ when:
branch: test branch: test
steps: steps:
- name: clone # - name: clone
image: alpine/git # image: alpine/git
commands: # commands:
- git clone ${CI_REPO_CLONE_URL} . # - git clone ${CI_REPO_CLONE_URL} .
- name: run-tests - name: run-tests
image: python:3.11 image: python:3.11