Skip to content

Commit

Permalink
Add missing arg rohberg.volto
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 18, 2024
1 parent 626293b commit 994a058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
INDEX_LOGIN: ${INDEX_LOGIN?unset}
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone'
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone,rohberg.volto'
# Run initialize of collective.elastic.plone to register ElasticSearchProxyIndex
INSTALL_PRODUCTS: 'collective.elastic.plone'
ports:
Expand Down Expand Up @@ -81,7 +81,7 @@ services:
INDEX_LOGIN: ${INDEX_LOGIN?unset}
INDEX_PASSWORD: ${INDEX_PASSWORD?unset}
CELERY_BROKER: ${CELERY_BROKER?unset}
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone'
CONFIGURE_PACKAGES: 'plone.restapi,plone.volto,plone.volto.cors,collective.elastic.plone,rohberg.volto'
# Run initialize of collective.elastic.plone to register ElasticSearchProxyIndex
INSTALL_PRODUCTS: 'collective.elastic.plone'
ports:
Expand Down

0 comments on commit 994a058

Please sign in to comment.