File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ docker exec install_dependencies composer recipes:install ${DEPENDENCY_PACKAGE_N
113113# Install Behat and Docker packages
114114docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION --no-scripts --ansi --no-update
115115
116+ # Install opt-in packages
117+ if [[ " $PROJECT_EDITION " != " oss" ]]; then
118+ docker exec install_dependencies composer require ibexa/connector-anthropic:$PROJECT_VERSION --no-scripts --ansi --no-update
119+ fi
120+
116121# Add other dependencies if required
117122if [ -f dependencies.json ]; then
118123 COUNT=$( cat dependencies.json | jq ' .packages | length' )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then
5151 if [[ " $PROJECT_EDITION " != " oss" ]]; then
5252 echo " > Installing opt-in packages"
5353 # ibexa/connector-qualifio is already being installed with the project
54- docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
54+ docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION ibexa/connector-anthropic: $PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5555 docker exec install_dependencies composer require ibexa/collaboration:$PROJECT_VERSION ibexa/share:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5656 docker exec install_dependencies composer require ibexa/fieldtype-richtext-rte:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5757 docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
You can’t perform that action at this time.
0 commit comments