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

Commit 3f789be

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/blt/ci/internal/create_blt_project.sh

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ git commit -m 'Initial commit.'
1919
# Replace '../blt' with the absolute path to BLT.
2020
sed -i "s:\.\./blt:${BLT_DIR}:g" composer.json
2121

22+
# Change cloud hooks to re-install Drupal on deployments.
23+
sed -i "s:deploy_updates:deploy_install:g" template/hooks/common/post-code-deploy/post-code-deploy.sh
24+
sed -i "s:deploy_updates:deploy_install:g" template/hooks/common/post-code-update/post-code-update.sh
25+
2226
# BLT is the only dependency at this point. Install it.
2327
composer install
2428
export PATH=${BLT_DIR}/../blt-project/vendor/bin:$PATH

0 commit comments

Comments
 (0)