add Env. Variables to .drone.yml
This commit is contained in:
@@ -8,4 +8,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install --no-cache-dir .
|
- pip install --no-cache-dir .
|
||||||
- pip install --no-cache-dir pytest
|
- 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: ''
|
||||||
Reference in New Issue
Block a user