Skip to content

Commit 3e2a823

Browse files
committed
Updated CI configuration
1 parent 8a1bb26 commit 3e2a823

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.ci/run-elasticsearch.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ docker network inspect "$NETWORK_NAME" > /dev/null 2>&1 || docker network create
9090
environment=($(cat <<-END
9191
--env node.name=$NODE_NAME
9292
--env cluster.name=$CLUSTER_NAME
93-
--env cluster.initial_master_nodes=$MASTER_NODE_NAME
94-
--env discovery.seed_hosts=$MASTER_NODE_NAME
9593
--env cluster.routing.allocation.disk.threshold_enabled=false
9694
--env bootstrap.memory_lock=true
9795
--env node.attr.testattr=test

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ELASTICSEARCH_VERSION:
3-
- 6.8.1
3+
- 6.8.4
44

55
NODE_JS_VERSION:
66
- 12

0 commit comments

Comments
 (0)