Skip to content

Commit

Permalink
Volto 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 18, 2024
1 parent bc4e78e commit 8b77baa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
env:
ADDON_NAME: '@rohberg/volto-searchkit-block'
ADDON_PATH: volto-searchkit-block
VOLTO_VERSION: 17
VOLTO_VERSION: 18.0.0-alpha.35
PLONE_VERSION: 6.0

INDEX_SERVER: opensearch:9200
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,16 +2,16 @@ 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
VOLTO_VERSION: 18.0.0-alpha.35
PLONE_VERSION: 6.0

INDEX_SERVER: opensearch:9200
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
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,16 +2,16 @@ 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
VOLTO_VERSION: 18.0.0-alpha.35
PLONE_VERSION: 6.0

INDEX_SERVER: opensearch:9200
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
Expand Down
6 changes: 2 additions & 4 deletions acceptance/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
addon-acceptance:
build:
Expand All @@ -8,7 +6,7 @@ services:
args:
ADDON_NAME: '${ADDON_NAME}'
ADDON_PATH: '${ADDON_PATH}'
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-18}
environment:
RAZZLE_INTERNAL_API_PATH: http://backend-acceptance:55001/plone
RAZZLE_API_PATH: http://localhost:55001/plone
Expand All @@ -26,7 +24,7 @@ services:
args:
ADDON_NAME: '${ADDON_NAME}'
ADDON_PATH: '${ADDON_PATH}'
VOLTO_VERSION: ${VOLTO_VERSION:-17}
VOLTO_VERSION: ${VOLTO_VERSION:-18}
environment:
RAZZLE_INTERNAL_API_PATH: http://backend-acceptance-multilingual:55001/plone
RAZZLE_API_PATH: http://localhost:55001/plone
Expand Down
6 changes: 2 additions & 4 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
addon-dev:
build:
Expand All @@ -8,7 +6,7 @@ services:
args:
ADDON_NAME: '${ADDON_NAME}'
ADDON_PATH: '${ADDON_PATH}'
VOLTO_VERSION: '${VOLTO_VERSION:-17}'
VOLTO_VERSION: '${VOLTO_VERSION:-18}'
volumes:
- ${CURRENT_DIR}:/app/src/addons/${ADDON_PATH}/
environment:
Expand Down Expand Up @@ -36,7 +34,7 @@ services:
args:
ADDON_NAME: '${ADDON_NAME}'
ADDON_PATH: '${ADDON_PATH}'
VOLTO_VERSION: '${VOLTO_VERSION:-17}'
VOLTO_VERSION: '${VOLTO_VERSION:-18}'
environment:
RAZZLE_INTERNAL_API_PATH: http://backend:8080/Plone
RAZZLE_API_PATH: http://localhost:8080/Plone
Expand Down
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLONE_VERSION=6.0.11.1
VOLTO_VERSION=17.16.0
VOLTO_VERSION=18.0.0-alpha.35

ADDON_NAME='@rohberg/volto-searchkit-block'
ADDON_PATH='volto-searchkit-block'
Expand Down

0 comments on commit 8b77baa

Please sign in to comment.