From e6286cc7990772c7d1d52636c04fd08f870932ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Clau=C3=9F?= Date: Fri, 30 Jun 2023 08:40:47 +0200 Subject: [PATCH] add Env. Variables to .drone.yml --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fe43314..c70aad1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - pytest -v -log_cli=True --log-cli-level=INFO tests + environment: + MONGO_USER: '' + MONGO_PASSWD: '' + MONGO_URI: '' + MONGO_USER: '' \ No newline at end of file