Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated translation reference #2447

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Move ibexa/automated-translation to DXP_ADD_ONS list

Loop on DXP_ADD_ONS for `composer require`

Add options to simplify `composer require`
fi;

if [[ "$DXP_VERSION" == *".*"* ]]; then
DXP_VERSION=$(composer -n show ibexa/$DXP_EDITION | grep -E "^version" | cut -d 'v' -f 3);
echo "Obtained version: $DXP_VERSION";
fi;

if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
for additional_package in ${DXP_ADD_ONS[@]}; do
composer require --no-interaction --ignore-platform-reqs --no-scripts ibexa/$additional_package:$DXP_VERSION
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnocon Are we sure that for each DXP release all add-ons have the same tag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants