Skip to content

Commit

Permalink
Fix typo CELERY_LOGLEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 19, 2024
1 parent a4fbdb9 commit ab4606d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
INDEX_PASSWORD: 'oxczBG).3xWyapLn'

CELERY_BROKER: redis://redis:6379/0
CELERY_LOG_LEVEL: info
CELERY_LOGLEVEL: info

PLONE_SERVICE: http://backend-acceptance:55001
PLONE_SITE_PREFIX_PATH: plone
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code analysis checks
on: [push]

env:
ADDON_NAME: "@rohberg/volto-searchkit-block"
ADDON_NAME: '@rohberg/volto-searchkit-block'
ADDON_PATH: volto-searchkit-block
VOLTO_VERSION: 17
PLONE_VERSION: 6.0
Expand All @@ -11,10 +11,10 @@ env:
INDEX_OPENSEARCH: 1
INDEX_USE_SSL: 0
INDEX_LOGIN: admin
INDEX_PASSWORD: "oxczBG).3xWyapLn"
INDEX_PASSWORD: 'oxczBG).3xWyapLn'

CELERY_BROKER: redis://redis:6379/0
CELERY_LOG_LEVEL: info
CELERY_LOGLEVEL: info

PLONE_SERVICE: http://backend-acceptance:55001
PLONE_SITE_PREFIX_PATH: plone
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests
on: [push]

env:
ADDON_NAME: "@rohberg/volto-searchkit-block"
ADDON_NAME: '@rohberg/volto-searchkit-block'
ADDON_PATH: volto-searchkit-block
VOLTO_VERSION: 17
PLONE_VERSION: 6.0
Expand All @@ -11,10 +11,10 @@ env:
INDEX_OPENSEARCH: 1
INDEX_USE_SSL: 0
INDEX_LOGIN: admin
INDEX_PASSWORD: "oxczBG).3xWyapLn"
INDEX_PASSWORD: 'oxczBG).3xWyapLn'

CELERY_BROKER: redis://redis:6379/0
CELERY_LOG_LEVEL: info
CELERY_LOGLEVEL: info

PLONE_SERVICE: http://backend-acceptance:55001
PLONE_SITE_PREFIX_PATH: plone
Expand Down
2 changes: 1 addition & 1 deletion acceptance/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export INDEX_LOGIN=admin
export INDEX_PASSWORD=paraDiesli,17

export CELERY_BROKER=redis://redis:6379/0
export CELERY_LOG_LEVEL=info
export CELERY_LOGLEVEL=info

export PLONE_SERVICE=http://backend-acceptance:55001
export PLONE_SITE_PREFIX_PATH=plone
Expand Down
4 changes: 2 additions & 2 deletions acceptance/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELERY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
CELERY_LOGLEVEL: ${CELERY_LOGLEVEL:-info}
PLONE_SERVICE: ${PLONE_SERVICE?unset}
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
Expand All @@ -131,7 +131,7 @@ services:
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELERY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
CELERY_LOGLEVEL: ${CELERY_LOGLEVEL:-info}
PLONE_SERVICE: http://backend-acceptance-multilingual:55001
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
Expand Down
4 changes: 2 additions & 2 deletions acceptance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELERY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
CELERY_LOGLEVEL: ${CELERY_LOGLEVEL:-info}
PLONE_SERVICE: ${PLONE_SERVICE?unset}
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
Expand All @@ -139,7 +139,7 @@ services:
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELERY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
CELERY_LOGLEVEL: ${CELERY_LOGLEVEL:-info}
PLONE_SERVICE: http://backend-acceptance-multilingual:55001
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/_env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export INDEX_LOGIN=admin
export INDEX_PASSWORD=mypswdappknowsmyindexserverpswd

export CELERY_BROKER=redis://redis:6379/0
export CELERY_LOG_LEVEL=debug
export CELERY_LOGLEVEL=debug

export PLONE_SERVICE=http://backend:8080
export PLONE_SITE_PREFIX_PATH=Plone
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CELERY_CONCURRENCY: ${CELERY_CONCURRENCY:-1}
CELERY_LOG_LEVEL: ${CELERY_LOG_LEVEL:-info}
CELERY_LOGLEVEL: ${CELERY_LOGLEVEL:-info}
PLONE_SERVICE: ${PLONE_SERVICE?unset}
PLONE_SITE_PREFIX_PATH: ${PLONE_SITE_PREFIX_PATH?unset}
PLONE_USER: ${PLONE_USER?unset}
Expand Down

0 comments on commit ab4606d

Please sign in to comment.