From cc01def3d01eb860d1cac61a22ea397baf5ae07c Mon Sep 17 00:00:00 2001 From: Roshny Kunjappan Date: Thu, 26 Feb 2026 10:07:41 -0500 Subject: [PATCH] [SITE-5259] Set VCS repository as non-canonical to fix Composer resolution --- .github/scripts/create-multidev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create-multidev.sh b/.github/scripts/create-multidev.sh index 07d4970..a8fafea 100755 --- a/.github/scripts/create-multidev.sh +++ b/.github/scripts/create-multidev.sh @@ -33,7 +33,7 @@ echo "Checking out branch $MULTIDEV..." git checkout "$MULTIDEV" # Add pantheon_content_publisher module via composer -composer config repositories.pantheon_content_publisher vcs git@github.com:pantheon-systems/pantheon-content-publisher-drupal.git +composer config repositories.pantheon_content_publisher '{"type": "vcs", "url": "git@github.com:pantheon-systems/pantheon-content-publisher-drupal.git", "canonical": false}' composer require drupal/pantheon_content_publisher:"${GIT_REF}" # Show where the module was installed for diagnostics.