Skip to content

Commit b1972b1

Browse files
committed
try disabling security option in es test image
1 parent dff9d88 commit b1972b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
podman run -d --name es-test \
110110
-e "discovery.type=single-node" \
111-
-e "xpack.security.enabled=true" \
111+
-e "xpack.security.enabled=false" \
112112
-e "ELASTIC_PASSWORD=changeme" \
113113
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m" \
114114
-p 9200:9200 \

0 commit comments

Comments
 (0)