Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 637a7ab

Browse files
committed
Changing BLT internal testing to re-install Drupal on deploys to AC.
1 parent 51f258f commit 637a7ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/blt/ci/internal/create_blt_project.sh

+6
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
2727
# Define BLT's deployment endpoints.
2828
yaml-cli update:value blt/project.yml git.remotes.0 [email protected]:bolt8.git
2929
yaml-cli update:value blt/project.yml git.remotes.1 [email protected]:acquia-pso/blted8.git
30+
3031
# BLT added new dependencies for us, so we must update.
3132
composer update
33+
34+
# Change cloud hooks to re-install Drupal on deployments.
35+
sed -i "s:deploy_updates:deploy_install:g" template/hooks/common/post-code-deploy/post-code-deploy.sh
36+
sed -i "s:deploy_updates:deploy_install:g" template/hooks/common/post-code-update/post-code-update.sh
37+
3238
git add -A
3339
git commit -m 'Adding new dependencies from BLT update.' -n
3440
# Create a .travis.yml, just to make sure it works. It won't be executed.

0 commit comments

Comments
 (0)