Skip to content

Commit

Permalink
ci adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Sep 2, 2024
1 parent a2af6b4 commit 98724ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greedybear/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98724ea

Please sign in to comment.