Skip to content

Commit 1931e7d

Browse files
committed
QAG-65: build: Remove Ukrainian language analysis plugin from local environments
- Remove analysis-ukrainian plugin from DDEV & Lando Elasticsearch configurations - Keep analysis-icu plugin for Unicode support in both environments Refs: .ddev/config.yaml, .lando.yml
1 parent 2865acc commit 1931e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hooks:
3434
- exec: "composer install"
3535
- exec: "npm install"
3636
- exec: |
37-
plugins=(analysis-icu analysis-ukrainian)
37+
plugins=(analysis-icu)
3838
for plugin in "${plugins[@]}"; do
3939
if ! elasticsearch-plugin list | grep -q "^$plugin\b"; then
4040
elasticsearch-plugin install "$plugin"

.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125
# - esdata:/usr/share/elasticsearch/data
126126
# # Install ES plugins.
127127
# build_as_root:
128-
# - elasticsearch-plugin install analysis-icu analysis-ukrainian
128+
# - elasticsearch-plugin install analysis-icu
129129
# volumes:
130130
# esdata:
131131
# driver: local

0 commit comments

Comments
 (0)