Skip to content

Commit 98724ea

Browse files
committed
ci adjust
1 parent a2af6b4 commit 98724ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedybear/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
print("you are in production mode: closing the application")
3838
exit(9)
3939

40-
if ELASTIC_ENDPOINT and STAGE != STAGE_CI:
40+
if ELASTIC_ENDPOINT and not STAGE_CI:
4141
ELASTIC_CLIENT = Elasticsearch(
4242
ELASTIC_ENDPOINT,
4343
maxsize=20,

0 commit comments

Comments
 (0)