Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/ci/docker-compose/integration-tinkerpop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
depends_on:
- gremlin
environment:
- INTEGRATION_GREMLIN=true
- INTEGRATION_TINKERPOP=true
stdin_open: true
volumes:
graph-data:
2 changes: 1 addition & 1 deletion scripts/in_container/check_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if [[ ${INTEGRATION_YDB} == "true" ]]; then
check_service "YDB Cluster" "run_nc ydb 2136" 50
fi

if [[ ${INTEGRATION_GREMLIN} == "true" ]]; then
if [[ ${INTEGRATION_TINKERPOP} == "true" ]]; then
check_service "gremlin" "run_nc gremlin 8182" 100 30
fi

Expand Down