Skip to content

Commit

Permalink
Tmp Remove masonry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Oct 7, 2022
1 parent 81af96c commit 3f862d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idc.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ destroy-state:
composer-install:
echo "Installing via composer"
docker-compose exec drupal with-contenv bash -lc "COMPOSER_MEMORY_LIMIT=-1 COMPOSER_DISCARD_CHANGES=true composer install --no-interaction"
# Fix the masonry is a submodule error message.
[ -d codebase/web/libraries/masonry/.git/ ] && sudo rm -rf codebase/web/libraries/masonry/.git || true


.PHONY: snapshot-image
.SILENT: snapshot-image
Expand Down

0 comments on commit 3f862d2

Please sign in to comment.