From ef8a560d25fb086b31b339ce097f2a1798438bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 Dec 2020 11:14:22 +0100 Subject: [PATCH] testing lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 2 -- README.md | 4 ++-- docker-compose.yml | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c7b77b..e3f4c83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,8 +14,6 @@ jobs: uses: codespell-project/actions-codespell@master with: skip: .git - #exclude_file: .github/kubeval.sh - #ignore_words_list: iam,aks check_filenames: true check_hidden: true diff --git a/README.md b/README.md index 8d26cef..bbb48c8 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ Elasticsearch is enabled by default in the example `docker-compose.yml` file. It ### From =< 3.3.0-12 -We've updated the Elasticsearch image from 5.6 to 7.6. -As there is no direct upgrade path we have to delete all Elasticsearch indicies and rebuild them. +We've updated the Elasticsearch image from 5.6 to 7.6. +As there is no direct upgrade path we have to delete all Elasticsearch indices and rebuild them. Do the following to empty the ES docker volume: ``` diff --git a/docker-compose.yml b/docker-compose.yml index 57e9c06..1412964 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -121,6 +121,3 @@ volumes: driver: local zammad-data: driver: local - - -faillintertest? \ No newline at end of file