Skip to content

Commit

Permalink
ACMS-733: SiteStudio rebuild should execute only once on each code de…
Browse files Browse the repository at this point in the history
…ployment
  • Loading branch information
chandan-singh7929 authored and kdruckman committed Apr 21, 2021
1 parent 01937c1 commit 35d84f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hooks/common/post-code-deploy/install_acms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if [ "$target_env" = "ode4" ]; then
# Install Acquia CMS.
else
/usr/local/bin/drush9 @$site.$target_env site-install acquia_cms --account-pass=admin --yes [email protected] [email protected]
/usr/local/bin/drush9 @$site.$target_env cohesion:rebuild
fi

# Toggle Modules based on the environment.
Expand Down
1 change: 0 additions & 1 deletion hooks/common/post-code-update/install_acms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if [ "$target_env" = "ode4" ]; then
# Install Acquia CMS.
else
/usr/local/bin/drush9 @$site.$target_env site-install acquia_cms --account-pass=admin --yes [email protected] [email protected]
/usr/local/bin/drush9 @$site.$target_env cohesion:rebuild
fi

/usr/local/bin/drush9 @$site.$target_env pm-enable acquia_cms_development --yes
Expand Down

0 comments on commit 35d84f1

Please sign in to comment.