diff --git a/.circleci/scripts/setup-drupal-repo.sh b/.circleci/scripts/setup-drupal-repo.sh index 56bb132..7936a24 100755 --- a/.circleci/scripts/setup-drupal-repo.sh +++ b/.circleci/scripts/setup-drupal-repo.sh @@ -27,7 +27,7 @@ composer -- require "drupal/views_custom_cache_tag:1.x-dev" # Add this project, but not via Composer mkdir -p web/modules/circle/pantheon_advanced_page_cache -cp -R "$PROJECT_DIR/*" web/modules/circle/pantheon_advanced_page_cache +cp -R "$PROJECT_DIR/"* web/modules/circle/pantheon_advanced_page_cache # Make a git commit git add .