Skip to content

Commit

Permalink
ACMS-1847: Temporary removed acms site:install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Jun 15, 2023
1 parent fec14bc commit 0169224
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ curl "https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js" -o ${OR

# Install acquia_cms only for the Integrated & ExistingSite PHPUnit tests.
if [ -n "${ACMS_JOB}" ]; then
./vendor/bin/acms site:install --yes --uri=http://127.0.0.1:8080
#./vendor/bin/acms site:install --yes --uri=http://127.0.0.1:8080
# @todo Remove below code and uncomment above code post issues fixed
# in acquia/acquia-cms-starterkit.
drush site:install minimal --yes
drush en acquia_cms_article acquia_cms_document acquia_cms_page acquia_cms_event acquia_cms_site_studio acquia_cms_search acquia_cms_tour acquia_cms_toolbar acquia_cms_video --yes --uri=http://127.0.0.1:8080

# Enable Acquia CMS DAM module.
# @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
Expand Down

0 comments on commit 0169224

Please sign in to comment.