Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/create-multidev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading