This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user