Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/5.0.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if [[ "$PROJECT_EDITION" != "oss" ]]; then
docker exec install_dependencies composer require ibexa/connector-gemini:$PROJECT_VERSION --no-scripts --ansi --no-update
docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --no-scripts --ansi --no-update
docker exec install_dependencies composer require ibexa/connector-raptor:$PROJECT_VERSION --no-scripts --ansi --no-update
docker exec install_dependencies composer require ibexa/translations-management:$PROJECT_VERSION --no-scripts --ansi --no-update

if [[ "${INSTALL_CONNECTOR_QUABLE:-false}" == "true" ]]; then
docker exec install_dependencies composer require ibexa/connector-quable:$PROJECT_VERSION --no-scripts --ansi --no-update
Expand Down
1 change: 1 addition & 0 deletions bin/6.0.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if [[ "$PROJECT_EDITION" != "oss" ]]; then
docker exec install_dependencies composer require ibexa/connector-gemini:$PROJECT_VERSION --no-scripts --ansi --no-update
docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --no-scripts --ansi --no-update
docker exec install_dependencies composer require ibexa/connector-raptor:$PROJECT_VERSION --no-scripts --ansi --no-update
docker exec install_dependencies composer require ibexa/translations-management:$PROJECT_VERSION --no-scripts --ansi --no-update

if [[ "${INSTALL_CONNECTOR_QUABLE:-false}" == "true" ]]; then
docker exec install_dependencies composer require ibexa/connector-quable:$PROJECT_VERSION --no-scripts --ansi --no-update
Expand Down
1 change: 1 addition & 0 deletions bin/stable/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
else
# Configure composer audit for unresolvable advisories
echo "> Adding composer audit.ignore script, if applies"
curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/${CI_SCRIPTS_REF}/bin/_common/composer_audit_ignore.sh" > composer_audit_ignore.sh

Check warning on line 46 in bin/stable/prepare_project_edition.sh

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Not enforcing HTTPS here might allow for redirections to insecure websites. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=ibexa_ci-scripts&issues=AZ-Lp1QEnFJJr6-5SOa3&open=AZ-Lp1QEnFJJr6-5SOa3&pullRequest=136
source ./composer_audit_ignore.sh

add_composer_audit_ignore_config
Expand Down Expand Up @@ -84,6 +84,7 @@
docker exec install_dependencies composer require ibexa/connector-gemini:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
docker exec install_dependencies composer require ibexa/connector-raptor:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
docker exec install_dependencies composer require ibexa/translations-management:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi

if [[ "${INSTALL_CONNECTOR_QUABLE:-false}" == "true" ]]; then
docker exec install_dependencies composer require ibexa/connector-quable:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
Expand Down