lockbox/.drone.yml

21 lines
343 B
YAML

kind: pipeline
name: default
type: docker
workspace:
path: /
steps:
- name: unittest
image: python
commands:
- pip install -r requirements_test.txt
- ./scripts/CI/setup.sh
- ./scripts/CI/test.sh
- ./scripts/CI/lint.sh
settings:
username:
from_secret: gitea_username
password:
from_secret: gitea_password