CI/CD working #3
|
|
@ -5,7 +5,6 @@ type: docker
|
|||
pipeline:
|
||||
unittest:
|
||||
image: python
|
||||
group: test
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/drone/setup.sh
|
||||
|
|
@ -13,7 +12,6 @@ pipeline:
|
|||
|
||||
lint:
|
||||
image: python
|
||||
group: test
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/drone/lint.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue