add Env. Variables to .drone.yml

This commit is contained in:
2023-06-30 08:40:47 +02:00
parent 1b069a1528
commit e6286cc799

View File

@@ -8,4 +8,9 @@ steps:
commands:
- pip install --no-cache-dir .
- pip install --no-cache-dir pytest
- pytest -v -log_cli=True --log-cli-level=INFO tests
- pytest -v -log_cli=True --log-cli-level=INFO tests
environment:
MONGO_USER: ''
MONGO_PASSWD: ''
MONGO_URI: ''
MONGO_USER: ''