Skip to content

Commit

Permalink
ACMS-4237: Avoid Acquia CMS DAM module installation in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Jan 9, 2025
1 parent 0181670 commit c3235e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ if [ -n "${ACMS_JOB}" ]; then
if [ "${ACMS_JOB}" != "dev_version_test" ]; then
./vendor/bin/acms site:install --yes --account-pass admin --uri=http://127.0.0.1:8080

# Enable Acquia CMS DAM module.
# Enable Acquia CMS Audio, Acquia CMS DAM,
# Site Studio configuration management modules.
# @todo We should probably move this in acms site:install command.
drush en acquia_cms_audio acquia_cms_dam sitestudio_config_management --yes --uri=http://127.0.0.1:8080
# drush en acquia_cms_audio acquia_cms_dam sitestudio_config_management --yes --uri=http://127.0.0.1:8080
# Do not install Acquia CMS DAM as it is currently causing CI failure.
drush en acquia_cms_audio sitestudio_config_management --yes --uri=http://127.0.0.1:8080
fi
fi

Expand Down

0 comments on commit c3235e1

Please sign in to comment.