Skip to content

Commit

Permalink
Use https url rather than git@ to avoid auth issues
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 26, 2024
1 parent 35349cd commit a279ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/setup-drupal-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git checkout -b $TERMINUS_ENV
# git clone command above.
composer update "pantheon-upstreams/upstream-configuration"

composer -- config repositories.papc vcs git@github.com:pantheon-systems/pantheon_advanced_page_cache.git
composer -- config repositories.papc vcs https://github.com/pantheon-systems/pantheon_advanced_page_cache.git

# dev-2.x does not match anything, should be 2.x-dev as per https://getcomposer.org/doc/articles/aliases.md#branch-alias.
export BRANCH_PART="dev-${CIRCLE_BRANCH}"
Expand Down

0 comments on commit a279ac0

Please sign in to comment.