CI/CD working #3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue