Skip to content

Commit

Permalink
cr remark
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Nov 19, 2024
1 parent e576cdd commit ff92278
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bin/4.6.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION i

# Install opt-in packages
if [[ "$PROJECT_EDITION" != "oss" ]]; then
# openai-php/client was replaced with orhanerday/open-ai (PHP 7.4+), whole v4.6 test matrix is supported (PHP 7.4, 8.0, 8.3)
# ibexa/connector-qualifio is already being installed with the project
docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --no-scripts --ansi --no-update
fi
Expand Down
1 change: 0 additions & 1 deletion bin/5.0.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION i

# Install opt-in packages
if [[ "$PROJECT_EDITION" != "oss" ]]; then
# openai-php/client was replaced with orhanerday/open-ai (PHP 7.4+), v5.0 test matrix has PHP 8.3 only (unaffected)
# ibexa/connector-qualifio is already being installed with the project
docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --no-scripts --ansi --no-update
fi
Expand Down
1 change: 0 additions & 1 deletion bin/stable/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ else
echo "> Installing dependencies for v4"
docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
if [[ "$PROJECT_EDITION" != "oss" ]]; then
# openai-php/client was replaced with orhanerday/open-ai (PHP 7.4+), whole v4.6 test matrix is supported (PHP 7.4, 8.0, 8.3)
echo "> Installing opt-in packages"
# ibexa/connector-qualifio is already being installed with the project
docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
Expand Down

0 comments on commit ff92278

Please sign in to comment.