From 98724ea11a997be40d9f02c14613a2a31285ee09 Mon Sep 17 00:00:00 2001 From: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:40:55 +0200 Subject: [PATCH] ci adjust --- greedybear/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greedybear/settings.py b/greedybear/settings.py index 4bd5221..93f3945 100644 --- a/greedybear/settings.py +++ b/greedybear/settings.py @@ -37,7 +37,7 @@ print("you are in production mode: closing the application") exit(9) -if ELASTIC_ENDPOINT and STAGE != STAGE_CI: +if ELASTIC_ENDPOINT and not STAGE_CI: ELASTIC_CLIENT = Elasticsearch( ELASTIC_ENDPOINT, maxsize=20,