testing lint

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-12-07 11:14:22 +01:00
parent d57881cfe5
commit ef8a560d25
3 changed files with 2 additions and 7 deletions

View File

@ -14,8 +14,6 @@ jobs:
uses: codespell-project/actions-codespell@master uses: codespell-project/actions-codespell@master
with: with:
skip: .git skip: .git
#exclude_file: .github/kubeval.sh
#ignore_words_list: iam,aks
check_filenames: true check_filenames: true
check_hidden: true check_hidden: true

View File

@ -50,8 +50,8 @@ Elasticsearch is enabled by default in the example `docker-compose.yml` file. It
### From =< 3.3.0-12 ### From =< 3.3.0-12
We've updated the Elasticsearch image from 5.6 to 7.6. 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. 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: Do the following to empty the ES docker volume:
``` ```

View File

@ -121,6 +121,3 @@ volumes:
driver: local driver: local
zammad-data: zammad-data:
driver: local driver: local
faillintertest?