composer install
in ./update
doesn't use provided credentials
#81
Labels
composer install
in ./update
doesn't use provided credentials
#81
When credentials for repo.magento.com are set via
set :magento_auth_public_key, '<your_public_key_here>'
andset :magento_auth_private_key, '<your_prviate_key_here>'
, they're being used only when Capistrano runscomposer install
in Magento root folder but not in./update
.This is likely due to Composer not loading credentials from
./auth.json
when being executed with-d ./update
flag.capistrano-magento2/lib/capistrano/tasks/magento.rake
Line 97 in 2a10a67
The text was updated successfully, but these errors were encountered: