Skip to content

Commit 7d18634

Browse files
authored
Merge pull request #120 from metacpan/haarg/no-scripts
remove no longer used Elasticsearch scripts
2 parents bb87b5f + 1209167 commit 7d18634

5 files changed

+0
-13
lines changed

docker-compose.yml

-8
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ services:
202202
source: ./elasticsearch/metacpan.yml
203203
target: /usr/share/elasticsearch/config/metacpan.yml
204204
read_only: true
205-
- type: bind
206-
source: ./elasticsearch/scripts
207-
target: /usr/share/elasticsearch/config/scripts
208-
read_only: true
209205
ports:
210206
- "9200"
211207
networks:
@@ -236,10 +232,6 @@ services:
236232
source: ./elasticsearch/test.yml
237233
target: /usr/share/elasticsearch/config/test.yml
238234
read_only: true
239-
- type: bind
240-
source: ./elasticsearch/scripts
241-
target: /usr/share/elasticsearch/config/scripts
242-
read_only: true
243235
ports:
244236
- "9200"
245237
networks:

elasticsearch/scripts/prefer_shorter_module_names_100.groovy

-1
This file was deleted.

elasticsearch/scripts/prefer_shorter_module_names_400.groovy

-2
This file was deleted.

elasticsearch/scripts/score_version_numified.groovy

-1
This file was deleted.

elasticsearch/scripts/status_is_latest.groovy

-1
This file was deleted.

0 commit comments

Comments
 (0)