CI/CD working #3
16
.drone.yml
16
.drone.yml
|
|
@ -12,10 +12,24 @@ steps:
|
|||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/setup.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
|
||||
|
||||
settings:
|
||||
username:
|
||||
from_secret: gitea_username
|
||||
password:
|
||||
from_secret: gitea_password
|
||||
from_secret: gitea_password
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue