Gitea repo init; Woodpecker pipeline init; much CI/CD structure outlined in ./infra, incl. docker-compose.yaml, cicd-playbook.yaml, new cicd vault, & config files for gitea, woodpecker & ansible
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
7
.woodpecker.yaml
Normal file
7
.woodpecker.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
steps:
|
||||
- name: test
|
||||
image: python:3.13-slim
|
||||
commands:
|
||||
- "pip install -r requirements.txt"
|
||||
- "cd ./src"
|
||||
- "python manage.py test apps"
|
||||
Reference in New Issue
Block a user