testing lint
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
d57881cfe5
commit
ef8a560d25
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -121,6 +121,3 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
zammad-data:
|
zammad-data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
||||||
|
|
||||||
faillintertest?
|
|
Loading…
Reference in New Issue
Block a user