"examples/build-test-deploy.yml" did not exist on "800fd33d1b046a013f78724a04ef8d53ca40cf6a"
Fix SSL issue between PHP and MariaDB
The latest PHP images from Wodby released earlier today prevent drush from running sql:*
commands because the MariaDB server now has SSL enabled and the latest PHP images come with an updated maridb client which has that as well, but it's not properly configured.
PHP FPM is not affected, but CLI tools are.
We need to tell drush to ignore SSL, otherwise all pipelines and a lot of scripts will fail.
There may be better fixes upstream, e.g. in Drush and/or the Wodby docker images. For details see https://github.com/wodby/drupal-php/issues/104
Edited by jurgenhaas