Skip to content

Commit

Permalink
Merge pull request #226 from palantirnet/update-acquia-memcache
Browse files Browse the repository at this point in the history
DEV-45: Prevent 404 in the-build-installer by updating acquia memcache install task
  • Loading branch information
becw authored Aug 16, 2023
2 parents ae9dc96 + cbeb7b3 commit ce5fa0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion targets/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@
<case value="acquia">
<!-- Site-level setup -->
<!-- @see https://docs.acquia.com/cloud-platform/performance/memcached/enable/ -->
<httpget url="https://docs.acquia.com/_downloads/cloud-memcache-d8+.php" dir="${build.dir}/${drupal.root}/sites/${drupal.site.dir}" filename="settings.acquia-memcache.php"/>
<composer command="require" composer="${composer.composer}">
<arg line="--working-dir ${application.startdir}"/>
<arg value="drupal/memcache"/>
</composer>
</case>

<case value="pantheon">
Expand Down

0 comments on commit ce5fa0b

Please sign in to comment.