lockbox/.drone.yml

26 lines
426 B
YAML

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