We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27bd6c commit 66184d6Copy full SHA for 66184d6
.ci/elasticsearch-run.sh
@@ -2,4 +2,3 @@
2
set -ex
3
4
/usr/share/elasticsearch/bin/elasticsearch -Ediscovery.type=single-node -Eaction.destructive_requires_name=false
5
-#/usr/share/elasticsearch/bin/elasticsearch -Expack.security.enabled=false -Ediscovery.type=single-node -Eaction.destructive_requires_name=false
.travis.yml
@@ -7,5 +7,5 @@ env:
7
- INTEGRATION=true ELASTIC_STACK_VERSION=6.x
8
- INTEGRATION=true ELASTIC_STACK_VERSION=7.x
9
- INTEGRATION=true ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
10
- - INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
+ - SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
11
- SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x
0 commit comments