add Env. Variables to .drone.yml
This commit is contained in:
@@ -9,3 +9,8 @@ steps:
|
|||||||
- 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