-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACMS-1847: Temporary removed acms site:install command.
- Loading branch information
1 parent
fec14bc
commit 0169224
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|