Separated CI steps
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
0968305419
commit
731a1aa22f
14
.drone.yml
14
.drone.yml
|
|
@ -12,6 +12,18 @@ steps:
|
||||||
- pip install -r requirements_test.txt
|
- pip install -r requirements_test.txt
|
||||||
- ./scripts/CI/setup.sh
|
- ./scripts/CI/setup.sh
|
||||||
- ./scripts/CI/test.sh
|
- ./scripts/CI/test.sh
|
||||||
|
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: gitea_username
|
||||||
|
password:
|
||||||
|
from_secret: gitea_password
|
||||||
|
|
||||||
|
- name: static analysis
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- pip install -r requirements_test.txt
|
||||||
|
- ./scripts/CI/setup.sh
|
||||||
- ./scripts/CI/lint.sh
|
- ./scripts/CI/lint.sh
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
|
@ -19,3 +31,5 @@ steps:
|
||||||
from_secret: gitea_username
|
from_secret: gitea_username
|
||||||
password:
|
password:
|
||||||
from_secret: gitea_password
|
from_secret: gitea_password
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue