CI/CD working #3

Merged
kitty merged 13 commits from ci_test into develop 2024-04-27 09:56:21 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit dcbc0fe415 - Show all commits

View File

@ -5,7 +5,6 @@ type: docker
pipeline: pipeline:
unittest: unittest:
image: python image: python
group: test
commands: commands:
- pip install -r requirements_test.txt - pip install -r requirements_test.txt
- ./scripts/drone/setup.sh - ./scripts/drone/setup.sh
@ -13,7 +12,6 @@ pipeline:
lint: lint:
image: python image: python
group: test
commands: commands:
- pip install -r requirements_test.txt - pip install -r requirements_test.txt
- ./scripts/drone/lint.sh - ./scripts/drone/lint.sh