We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c5f54 commit 2ebc592Copy full SHA for 2ebc592
1 file changed
bin/stable/prepare_project_edition.sh
@@ -68,7 +68,10 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then
68
fi
69
else
70
echo "> Installing dependencies for v5"
71
- docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION ibexa/connector-anthropic:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
+ docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
72
+ if [[ "$PROJECT_EDITION" != "oss" ]]; then
73
+ docker exec install_dependencies composer require ibexa/connector-anthropic:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
74
+ fi
75
76
77
# Enable FriendsOfBehat SymfonyExtension in the Behat env
0 commit comments