Skip to content

feat: add indices recreation possibility for linked-data-work and lin… #16

feat: add indices recreation possibility for linked-data-work and lin…

feat: add indices recreation possibility for linked-data-work and lin… #16

Workflow file for this run

name: elasticsearch
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
elasticsearch8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: export SEARCH_ENGINE_DOCKERFILE="docker/elasticsearch8/Dockerfile"; mvn clean install