Project60 / org.project60.sepa

SEPA direct debit integration with civicrm
19 stars 46 forks source link

Fix composer and maildev issue in CI #605

Closed pfigel closed 3 years ago

pfigel commented 3 years ago

This fixes some CI issues by forcing composer to use v1 and adding the maildev image to work around a problem during Drupal setup.

The maildev issue is unrelated to composer, but we've been seeing that one from time to time for other extensions, and it hit me while testing this fix. It usually causes build failures with "Unable to send e-mail. Contact the site administrator if the problem persists." during the civibuild run.

Fixes #604

bjendres commented 3 years ago

let's see if that does the trick, thanks @pfigel

bjendres commented 3 years ago

...and it does! Great work!! That would've taken me ages to find/fix!