I get pipeline runs error "could not find driver" when use the quickstart-basic
https://confluence.atlassian.com/bitbucket/get-started-with-bitbucket-pipelines-792298921.html
Hi LeonWeng,
I believe you are referring to the Laravel with Bitbucket Pipelines guide.
Thanks for pointing this out! The guide was using a deprecated extension. It has now been updated with a working command.
Just replace
- docker-php-ext-install mcrypt && docker-php-ext-install pdo_mysql
with
- yes | pecl install mcrypt-1.0.1
- docker-php-ext-install pdo_mysql
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.