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
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