Skip to content

Commit cc01def

Browse files
committed
[SITE-5259] Set VCS repository as non-canonical to fix Composer resolution
1 parent abe4701 commit cc01def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/create-multidev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "Checking out branch $MULTIDEV..."
3333
git checkout "$MULTIDEV"
3434

3535
# Add pantheon_content_publisher module via composer
36-
composer config repositories.pantheon_content_publisher vcs git@github.com:pantheon-systems/pantheon-content-publisher-drupal.git
36+
composer config repositories.pantheon_content_publisher '{"type": "vcs", "url": "git@github.com:pantheon-systems/pantheon-content-publisher-drupal.git", "canonical": false}'
3737
composer require drupal/pantheon_content_publisher:"${GIT_REF}"
3838

3939
# Show where the module was installed for diagnostics.

0 commit comments

Comments
 (0)